Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #315669

    Hi,
    in my transparent menu I would like to change the colors of links at the mouseover.
    http://www.paoloschianchi.com/
    As you can see, now they’re light grey, and I would like them to turn in to #fc8600 at the mouseover. How can I do it?
    Thank you guys!

    #315915

    Hey paolomusic!

    Please go to Enfold theme options > Header Layout > Transparency options and change menu item colors

    Cheers!
    Yigit

    #318348

    Hi Yigit,
    thanks for your reply, but what I need to do is changing the colors of the menu links at the mouseover. My transparency menu color is grey, and this is ok, but I want that the color turn in to orange when the mouse goes over them.
    Thanks!

    #318901

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav > li:hover > a > .avia-menu-text {
    color: orange;
    }

    Cheers!
    Yigit

    #322391
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Transparency header menu links’ is closed to new replies.