Home Forums Pro Themes Whole Pro Change hover and focus color of menu items’ texts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #208482
    dan abiad
    Participant

    Hi, good day!

    I would like to change the color of texts when I hover the menu items in the site. Currently, when I hover, the texts changes to GRAY color which is hard to view against the background color of the menu items.

    This problem also applies to the corresponding focus text color in the menu of the webpage currently in view

    Can you help me change it to some other color please? Many thanks!

    Btw, this is the site I am updating: https://www.muog89.ph/

    #208490
    Psink
    Keymaster

    @knightsofrizal, Add this CSS to Additional CSS

    #primary-menu .sub-menu .menu-item a:focus,
    #primary-menu .sub-menu .menu-item a:hover{
    color: #fff !important;
    }

    Please change the color code as per your requirement

    Let us know if the CSS does not helps

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.