This topic has 7 replies, 2 voices, and was last updated 8 years by fersamp.

  • Author
  • #94567
     fersamp
    Participant

    Hi,

    one simple question: I don’t manage to change link color background in the top main sub-menu during mouseover.

    I tried to change some color in Theme Options but nothing changes.

    #94613
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .top-menu .dropdown-menu li a:hover {
        background: green !important;
    }
    

    replace green with your desired color.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94616
     fersamp
    Participant

    It’s still a white background…sorry, I inserted this

    COPY CODE
    .top-menu .dropdown-menu li a:hover {
        background: green !important;
    }

    into quick css

    #94877
     Radu
    Moderator

    Hi,

    On my side the bg is green, maybe in your side is a cache issue.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94886
     fersamp
    Participant

    But you mean bg of the submenu like “Categorie”, “Le mie prenotazioni”, “Luoghi”…

    even after cleared cache, bg is still white… grrr

    #94901
     fersamp
    Participant

    A screenshot

    Attachments:
    You must be logged in to view attached files.
    #94929
     Radu
    Moderator

    Hi,

    Please replace that code with this

    COPY CODE
    
    .kleo-main-header ul.dropdown-menu li a:hover {
        background-color:red !important;
    }
    

    Sorry for misunderstanding.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94930
     fersamp
    Participant

    thanks, it works

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?