Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #478832

    Hi, thanks again for a great theme. I have a Blog poster in a Color Section. The color section has a background image and I would like the blog post to have a semi transparent background. E.G. White 50%. I can’t find the CSS to tweak for this. I’ve included a screen shot where I have drawn a rectangle to indicate the div I would lika to have a background.
    The site is sabineeducations.se and the section is on the frontpage in the third section.

    As always, I’m looking forward to your reply. Thanks.
    /Michael
    semi transparent bg needed

    #479044

    Hey musklick!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #ml-blog-bg .template-blog  {
        background: rgba(255,255,255,0.5);
    }

    You might want to add some padding to is as well: padding: 10px;

    Regards,
    Rikard

    #479377

    Thanks Rikard, that worked :)

    Best regards /Michael

    • This reply was modified 9 years, 4 months ago by musklick.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent background behind blog post’ is closed to new replies.