Home Forums Tutorials and Hints from Users Image Transparency Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53936
    McGlynn
    Participant

    Hi all, I am having a an issue figuring out how to make images not transparent. I have a static BG image and a semi transparent content area. I need to put images in the content area that are not transparent.

    I’ve tried in-line opacity: 1,  the HTML per page box. I don’t even remember all the things I’ve tried. Here’s the page I’m working on:

    cunneensbarchicago.com/tour/

    Any help would be appreciated. Thanks

    #53946
    scrambler
    Moderator

    you must not use opacity CSS property, on the content container, as that affect everything

    Instead use a semi transparent background color, with an rgba color in the content background color box.

    ie: rgba(255,255,255,.5)

     

    #53970
    McGlynn
    Participant

    Hey, thanks for answering, I tried rgba() in line and in the “special” per page HTML  area, no effect.

     

    #53973
    scrambler
    Moderator

    I said to put the rgba in the color box of the content area.

    Main options > Content areas > Content Area > Content Area BG box

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