The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums

    Transparent Forum Table and Modules

    avatar
    Customkid2
    Forumember


    Posts : 29
    Reputation : 1
    Language : English

    Transparent Forum Table and Modules Empty Transparent Forum Table and Modules

    Post by Customkid2 25.08.15 14:54

    So the screenshot for my forum is:
    http://snag.gy/o6yWK.jpg
    And the site url is:
    http://strangelands.forumotion.com/
    It is PunBB

    My issue is that I'd like to make all the cells on the forum transparent. So I've figured out how to make the chatbox background transparent, but I'd like to make everything see through. This includes the cells of the table. Currently, as you can see, they are white. I was wondering if it was at all possible to maybe change their opacity in order to make the main background image of the site the background for all everything on the forum?
    avatar
    Guest
    Guest


    Transparent Forum Table and Modules Empty Re: Transparent Forum Table and Modules

    Post by Guest 07.09.15 22:37

    Try using this code:

    Code:
    .pun table.table td {
        background color: rgba(255, 255, 255, 0.30);
        border-color:  rgba(255, 255, 255, 0.30);
    )

    That could work, make sure to try it out.
    avatar
    Customkid2
    Forumember


    Posts : 29
    Reputation : 1
    Language : English

    Transparent Forum Table and Modules Empty Re: Transparent Forum Table and Modules

    Post by Customkid2 08.09.15 14:08

    Doesn't seem to be working. The cells of the forum are still solid. I tried adjusting the opacity in a similar manner however it seems they're staying as solid as before. I'm not sure why as usually when I adjust the CSS changes. I made sure to double check to see if all my CSS  was active and it is.

    (Also, thanks for the help)

      Current date/time is 23.09.24 17:31