Hi,
I’d like the button I’ve put in a box below on my menu bar this colour #D04B50 so it stands out, whether the user is on that page or not:

(So how the “Home” button has the transparent round button, but filled in red)
Thanks in advance!
Hi,
I’d like the button I’ve put in a box below on my menu bar this colour #D04B50 so it stands out, whether the user is on that page or not:

(So how the “Home” button has the transparent round button, but filled in red)
Thanks in advance!
Hello Jonathan,
Thanks for writing in!
Do you want something like this?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
#menu-item-2251 > a:hover > span {
border-color: #D04B50;
background-color: #D04B50;
}
We would love to know if this has worked for you. Thank you.
Hey man, thanks for getting back to me!
Close, but not quite - I want it to stay red not just when hovering over it, but permanently
*** EDIT: I’ve figured out how to do it (a:link) thanks for the start!***
You’re most welcome! Glad it’s working now. Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.