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

    Hi there, I can’t see how to change just the transparent header font colour. I need it to be #00998a but only on the transparent header, when I change the menu colour it doesn’t work. I also need there to be no logo on the transparent header, but when I remove it, it defaults to the main logo.

    #1434761

    Hey divinecurio,

    You can change the transparent header font colour under Enfold->Theme options->Transparency Logo Options.

    Please try this in Quick CSS to hide the logo when the header is transparent:

    .av_header_transparency .logo {
      display: none; 
    }

    Best regards,
    Rikard

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