Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #214577

    My client wants to use the Blue settings throughout the site to match the blue color of their logo – BUT in the top navigation when you mouse over the menu a thin line appears and then stays there if you choose that page – they want to make it a RED COLOR.

    Is this possible to change with CSS?
    Please… tell me it is possible b/c that’s what I told them. :)

    IF SO, what would that custom CSS be?

    Thanks in advance!

    Paul

    #215474

    Hi Paul!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .header_color .avia-menu-fx { background-color: red;
    border-color: red; }

    Best regards,
    Yigit

    #215497

    Thanks!!!

    So the HEX codes for this CSS would be:

    .header_color .avia-menu-fx { background-color: #e5143b;
    border-color: #e5143b; }

    Thanks!

    #215503

    Hi!

    Exactly! Let us know if you have any other questions or issues.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS on Navigation rollover’ is closed to new replies.