Transparent Cell's for forum. 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.
3 posters

    Transparent Cell's for forum.

    avatar
    Susanoocurse
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Transparent Cell's for forum. Empty Transparent Cell's for forum.

    Post by Susanoocurse May 13th 2015, 5:25 am

    Hello all, I'm trying to find a way to make my forum background more visible. I just want this background https://i.servimg.com/u/f19/19/20/35/39/digimo10.jpg while all the layout is transparent. thanks.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51474
    Reputation : 3523
    Language : English
    Location : United States

    Transparent Cell's for forum. Empty Re: Transparent Cell's for forum.

    Post by SLGray May 13th 2015, 6:13 am




    Transparent Cell's for forum. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Susanoocurse
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Transparent Cell's for forum. Empty Re: Transparent Cell's for forum.

    Post by Susanoocurse May 13th 2015, 9:14 am

    yes it is
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Transparent Cell's for forum. Empty Re: Transparent Cell's for forum.

    Post by Ange Tuteur May 13th 2015, 1:59 pm

    Hi @Susanoocurse,

    Add the following rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    #wrap { background-color:rgba(255, 255, 255, 0.5) }

    You can adjust the opacity of the wrapper background by modifying 0.5. Wink
    avatar
    Susanoocurse
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Transparent Cell's for forum. Empty Re: Transparent Cell's for forum.

    Post by Susanoocurse May 13th 2015, 3:06 pm

    Ange Tuteur wrote:Hi @Susanoocurse,

    Add the following rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    #wrap { background-color:rgba(255, 255, 255, 0.5) }

    You can adjust the opacity of the wrapper background by modifying 0.5. Wink
    I want the category function to be transparent too, is it possible?