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

    hi . how setup transparent background in Enfold theme options -> Styling ?

    #177262

    Hi Cutegi!

    What part of the theme are you trying to set as transparent? You can use the Quick CSS field to specify a transparent background:

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

    Use rgba color values.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘transparent color’ is closed to new replies.