Transparent Forum Table and Modules Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.

    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 August 25th 2015, 3:54 pm

    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 September 7th 2015, 11:37 pm

    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 September 8th 2015, 3:08 pm

    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)