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

    Hello,

    On my site I have a transparent navigation menu. On mobile, I would like the language switcher-bar (secondary menu) to be blue, so that you can see the text.

    How can I do that?

    Thank you,
    Tom

    #796798

    Hey efratiproductions,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:767px) {
      #header_meta {
        background-color: blue !important;
        color: #fff !important;
      }
    }

    I have added the font color as well as you might want to change it. Hope this helps :)

    Best regards,
    Nikko

    #819166

    Amazing! Thank you very much!

    Tom

    #819204

    Hi Tom,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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