Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Link Rollover Colour DIV Class "promo"

New Front EN Support Forums Origami Theme Support Link Rollover Colour DIV Class "promo" Reply To: Link Rollover Colour DIV Class "promo"

#1369
mmsatori
Keymaster

Hey David,

the hover color of the promo text links is determined by the CSS declaration for the top menu hover color (i.e. #nav-primary a:hover). I agree that this needs a separate back-end setting in Theme Options, thanks for spotting this issue!

To change the hover color for the links in question, please add this CSS to the “style.css” file (should open by default when you go to “Appearance -> Editor”:
#nav-primary .promo a:hover { #37B8DD !important; }
Let me know if it works.

Best,
Andrew / Satori Studio