Okay
  Public Ticket #1139305
Hover on menu
Closed

Comments

  •  3
    Diego started the conversation

    Hi team,

    When I am over the menu words, the hover effect is white and I would like to change the color to other one in order to be possible to see it, but I can“t find where it is possible. Could you help me?

    Thanks. Have a nice day!

  • [deleted] replied

    Hi Diego,

    To make this change you just need to go to Theme Options > Theme Styling > Custom Skin Builder.


    (view on new page)

  •  3
    Diego replied

    Hi Ylli,

    I had already tried to modify the color in Custom Skin Builder, but there was no change. I've done tests changing all the colors and it is always the same. What I try is to modify the text and the background color when I pass the mouse over the menu words (hover effect). 

    Kind regards,

    Diego

  • [deleted] replied

    Hi Diego,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •  3
    Diego replied

    Hi again Ylli,

    I finally changed the hover effect on header menu via CSS Custom, but I want to change the colors on the top header too. Could you indicate me how?

    Thanks!

  • [deleted] replied

    Hi Diego,

    Glad to hear that

    Can you please add the code below to Custom CSS

    header.site-header .top-menu nav > li a {
        color: red !important;
    }
    header.site-header .top-menu nav > li a:hover {
        color: yellow !important;
    }
    

    Then you can change those colors based on your needs.

  •   Diego replied privately
  •  3
    Diego replied

    Thank you very much, Ylli. Now is perfect,

    Great job!

    Kind regards

  • [deleted] replied

    Hi Diego,

    I just replied to your comment

  •   [deleted] replied privately
  •  3
    Diego replied

    Hello again Ylli, 

    Can you please give me the CSS code to change the social links which appear on top header too?

    Thanks

  •   Diego replied privately
  • [deleted] replied

    Hi Diego,

    Glad to hear that you managed to solve the problem. Please be patient next time you need our support because we reply to all the users

    Will set this ticket as solved from here.