Okay
  Public Ticket #3421602
Change Color of Link/Hover and overall Highlights
Closed

Comments

  • mpk84 started the conversation

    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

  •  839
    Jelly replied

    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

  • mpk84 replied

    Thanks a lot.

    This worked perfectly.

  •  839
    Jelly replied

    Perfect! Please create a new ticket if you need our help in anything else.

    Best Regards,
    Jelly Team