• Resolved albertx7

    (@albertx7)


    Hello to all!
    I would like to change the color (dark gray to blue by passing over them with the mouse), which appears in the titles of pages included in the Primary Menu and in the Header Menu of HomePage.
    How can I do? What files have i to modify?

    Thanks for reply.

Viewing 7 replies - 1 through 7 (of 7 total)
  • simple answer is that the color is whatever color you choose as the Theme Accent Color. You can change this by going to your dashboard and selecting Appearance –> Leaf Options

    If you want it to be a different color than your Theme Accent Color than someone else will have to help you out there. Sorry I’m still a newbie!

    Thread Starter albertx7

    (@albertx7)

    Thank bradzazzara.
    In THEME OPTIONS, however, does not allow you to change the color of the titles og pages in menù when you pass the mouse over them :-/

    oh the primary menu?

    in Custom CSS try

    .main-navigation ul {
    	text-color:#00ff00;
    }

    replace the color with whatever color you want. That might work

    .main-navigation li a:hover, .header-navigation li a:hover {
        color: #569de3;
    }
    Thread Starter albertx7

    (@albertx7)

    Thank guys!

    I wrote it in the CUSTOM CSS but it does not work.
    When I pass the mouse over the titles on the PRIMARY MENU or HEADER MENU, the words do not change color ??

    How can i do guys?

    THANK YOU VERY MUCH!

    .main-navigation li a:hover, .header-navigation li a:hover {
        color: #569de3 !important;
    }

    P.S.: On the primary it works even without !important

    Thread Starter albertx7

    (@albertx7)

    Thank you very much!
    IT WORKS! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change menu color passing over with mouse’ is closed to new replies.