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

    Hi,

    i need to customize my transparent glassy header, like changing the opacity and background color. I tried to find a code for this, but without sucess. Can you help me?

    Tks,

    #463062

    Hey zoiestudio!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

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

    255,255,0 is RGB value of the color and 0.5 is opacity level.

    Regards,
    Yigit

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