Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #105765
    Scodera
    Participant

    Hello!

    I would like in the top menu to have a different color (blue) also an orange effect should come at the menu, if one drifts with the mouse over.
    Can you do this with the menu?

    Or can I insert another menu plugin at the site?

    Cu Scodera

    #105782
    Mahesh
    Keymaster

    @scodera: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .main-navigation a, 
    .main-navigation ul ul a {
        color: #0000ff;
    }
    
    .main-navigation a:hover, 
    .main-navigation ul ul a:hover {
        color: #ffa500;
    }

    Note: Pleaes used the desired color.

    Let me know if any problem.

    Regards,
    Mahesh

    #105794
    Scodera
    Participant

    Thank you!
    Works Perfect!

    cu Scodera

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hover and Color Top Menu’ is closed to new replies.