Make the Set Search Alert link more visible

Hello!

In my opinion Search Alerts is a very useful feature that goes largely unnoticed on our websites. Therefore, in order to give it more relevance, my suggestion would be to integrate the Search Alerts toggle as a button, much more visible, like the Filter button, for the mobile and laptop version.

Would it be possible to generate a code snippet to get this functionality?

Thank you very much for your great work.

1 Like

Hi,

Please try these CSS snippets (How to add custom code snippets - HivePress Help Center):

.hp-modal .hp-link {
    border: none;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #00876F;
}

.hp-modal .hp-icon {
	 color: #fff;
}

Please note that it can require further customization.

2 Likes

That works for me.
Thank you very much!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.