Comments mpk84 started the conversationJuly 24, 2023 at 10:50amHello,how can I change the link/menu hover color from red to another color?is there a custom css code for it?is there a css shortcut for highlights like date in events which is red right now but want to change the color?Regards,Marc 850Jelly repliedJuly 25, 2023 at 10:56amHello,Please open wp-content/themes/dezibel-jellythemes/styles/main.css and find lines contain "color: #f62121;", for example:.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #f62121; }Now change #f62121to any color you want, but make sure to clear your browser's cache.Best Regards,Jelly Teammpk84 repliedJuly 26, 2023 at 6:43amThanks a lot.This worked perfectly. 850Jelly repliedJuly 26, 2023 at 10:43amPerfect! Please create a new ticket if you need our help in anything else.Best Regards,Jelly Team Sign in to reply ...
Hello,
how can I change the link/menu hover color from red to another color?
is there a custom css code for it?
is there a css shortcut for highlights like date in events which is red right now but want to change the color?
Regards,
Marc
Hello,
Please open wp-content/themes/dezibel-jellythemes/styles/main.css and find lines contain "color: #f62121;", for example:
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #f62121; }
Now change #f62121to any color you want, but make sure to clear your browser's cache.
Best Regards,
Jelly Team
Thanks a lot.
This worked perfectly.
Perfect! Please create a new ticket if you need our help in anything else.
Best Regards,
Jelly Team