Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #214091

    Hey guys, is there an easy way to have the color of a section semitransparent?
    http://i.imgur.com/k0JxptG.png
    I tried entering rgba value but didn’t work.. would be nice to have that..

    Thanks!

    #214127

    Hey Ignazio!

    You can give an ID to your color section and add following code to Quick CSS in Enfold theme options under Styling tab

    #your-id { background-color: rgba(0,0,0,0.5); }

    Cheers!
    Yigit

    #239451

    Hi Yigit,

    i tried the same but with no effect. I gave th id “12” and used this code:

    #12-id { background-color: rgba(0,0,0,0.5); }
    

    is that the the right one?

    Regards Simon

    #240167

    Hi!

    Yes it should work fine.

    Regards,
    Yigit

    #240170
    This reply has been marked as private.
    #240173

    Hey!

    Please change color section ID to “twelve”(without quotes) and update css code to following one

    #twelve { background-color: rgba(0,0,0,0.5); }

    Best regards,
    Yigit

    #240179

    That made the background grey…

    #240183

    Hi!

    That is because main background is not transparent. Following code should do it

    #main { background-color: transparent; }

    Regards,
    Yigit

    #240186

    Perfekt! Thats it!

    Great Support as always!

    Regards,

    Simon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Color Section – Background Transparency’ is closed to new replies.