Tagged: ,

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

    Hello,

    I’m trying to style my header using a “fading” color:

    rgba(35,40,45,0.5)

    It works when the header shrinks, but it really doesn’t work for the normal header state.

    I don’t want to use the “transparency header”, because it seems I can’t change that pale look.

    How can I set this color for my header?

    rgba(35,40,45,0.5)

    Thanks in advance.

    Newton

    #855550

    Hey newtonlinchen,

    Add this to quick css:

       #header{
     background: rgba(35,40,45,0.5)!important;
    }

    Best regards,
    Jordan Shannon

    #855593

    Sorry. It didn’t work. Take a look: http://www.linchen.com.br

    #856032

    Hi Newton,

    It works when I add this code to the themes/enfold/css/custom.css. But you can still try to put the code
    in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header{
     background: rgba(35,40,45,0.6)!important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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