Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #710760

    Hello!

    I set a different colors for links in header in active/inactive mode. But, because of a few links direct at the same page (anchor links) – several links have the same color simultaneously.

    How can I fix that?

    Thank you very much in advance!

    Regards,
    Artem

    #711265

    Hey Artem!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #711879

    Hello, Yigit!

    Yes, sure, here is it.

    Thank you in advance!

    Best regards,
    Artem

    #712713

    Hi,

    Thank you for the link. Please add this in the Quick CSS field.

    .current-menu-item .avia-menu-text {
        color: red;
    }

    Adjust the value as you wish.

    Best regards,
    Ismael

    #712828

    Thank you very much, Ismael!

    Best regards,
    Artem

    #712909

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #713493

    Hello, Rikard!

    Just one more question, if I may: I added the code and everything is fine now except the one thing – I would like colors to change when moving the mouse on links. Take a look, please (in private section).

    Thank you in advance!

    Regards,
    Artem

    #713553

    Hi!

    Try to add this code in Quick CSS:

    #avia-menu li > a:hover > .avia-menu-text {
        color: #f9b31d;
    }

    Hope this helps.

    Best regards,
    Nikko

    #713554

    Hi!

    Try to add this code in Quick CSS:

    #avia-menu li > a:hover > .avia-menu-text {
        color: #f9b31d;
    }

    Hope this helps.

    Best regards,
    Nikko

    • This reply was modified 7 years, 5 months ago by Nikko.
    #713613

    Thank you, Nikko!

    That works like a charm. You can close this thread now.

    Again, thank you very much and have a nice day.

    Regards,
    Artem

    #713632

    Hey Artem,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu links colors’ is closed to new replies.