Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #456103

    http://sun2.thestorywebs.com/?page_id=19

    I want to make the header transparent with a black. Probably something like rgba (0,0,0,.7). Please advise how to change either in the administration panel or with custom css.

    Thanks!

    #456253

    Hi thestorywebsites!

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

    #top .av_header_glassy.av_header_transparency #header_main {
      background-color: rgba(0,0,0,0.7);
    }

    Regards,
    Yigit

    #456273

    Hi Yigit, that’s great! What about the same for the sticky header?

    Thanks!!

    #456437

    Hi!

    You can use this:

    .header_color .header_bg {
      background-color: rgba(0,0,0,0.7);
    }

    Best regards,
    Ismael

    #477765

    How about doing the same for the top bar where the social media icons go?

    Thanks

    #478406

    I would like to be able to have a glassy transparency header in the top bar (above the menu). Please advise what code to use for this. Thanks!

    #478411

    Actually I have that figured out now, but I don’t know how to do it for the sticky header
    http://lawnie.thestorywebs.com/

    #478893

    Hey!

    I’m not sure if you figured it out or not but it looks good on my end?

    Regards,
    Rikard

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