badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Making pages transparent

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5335
    euanmbe
    Member

    Hi,
    I am trying to make the pages on my site transparent so I can see the background image through them but still read the text. I want the content itself to be full opacity but the white box itself to be translucent. I have looked all over the forum and have tried various options in the custom CSS such as:

    .wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    }

    but so far nothing is working. Please can you help.

    My site is here http://www.starsofsundayleague.co.uk

    Thank you,

    EUan

    #5357
    Sanjip Shah
    Participant

    @euanmbe Try the following css.

    #main {
        background-color: rgba(255, 255, 255, 0);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.