Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #709760

    Hi there,

    could you check why the sticky (the one when scroll down) and footer menu have different font-weight and color in two and three sections? screenshot in private content
    thanks!

    #710082

    Hey inaudit,

    Please try the following in Quick CSS under Enfold->General Styling:

    .menu-item a {
      font-weight:bold !important;
    }

    Best regards,
    Rikard

    #734889

    Hi there!

    it work in the footer section thank you!
    However, the header menu, when sticky, the color changes, could you help?
    thanks!

    #735743

    Hi,

    Try adding this css code in Quick CSS:

    #avia-menu .menu-item span.avia-menu-text {
        color: #222 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #735791

    yes it worked!! thank you so much!!

    #735792

    Hi,

    Glad we could help :)

    Regards,
    Nikko

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