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

    Hello,
    topic title is self-explanatory. I need to apply some CSS to top menu (eg shadows) but don’t want it to be applied to the sticky header. Mainly because transparent header has white whereas sticky header has black menu texts.

    Tried with .header_color span but it applies the shadow on both cases..
    Thanks

    #423766

    Hey Aristidis!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #425471
    This reply has been marked as private.
    #425500

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_transparency .av-main-nav > li > a {
      text-shadow: 2px 2px black;
    }

    Regards,
    Yigit

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