Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #462522

    Hi I saw this code that helped me to customize footer menu:
    .footer_color a {
    color: pink;
    }

    .footer_color a:hover {
    color: violet;
    }

    Can you maybe advise how do I change the current state of the menu. The current state is also bold at this stage, how do I remove that? Rather different color than bold.

    Thanks
    Ian

    #462707

    Hi ligpunt!

    Please try adding following code to Quick CSS

    .footer_color strong, .footer_color b { color: orange; }

    and adjust as needed. If that does not help, please post the link to your website

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.