Making forum layout transparent? 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.
2 posters

    Making forum layout transparent?

    avatar
    AstorCraft
    New Member


    Posts : 2
    Reputation : 1
    Language : English

    In progress Making forum layout transparent?

    Post by AstorCraft June 3rd 2013, 12:11 am

    So I MADE A NEW FORUM :wouhou: How do I make the layout transparent? NOT THE BACKGROUND. I want the layout transparent so we can easily see the background. I can't figure out how to do that, and I am not at all familiar with coding. Please someone help. Thanks Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Making forum layout transparent?

    Post by SLGray June 3rd 2013, 7:06 am

    Please post your forum's address for appearance issues/questions.



    Making forum layout transparent? Slgray10

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


    Posts : 2
    Reputation : 1
    Language : English

    In progress Re: Making forum layout transparent?

    Post by AstorCraft June 3rd 2013, 11:08 pm

    http://www.astorcraft.com/ Thats the forum. Thank you for replying Very Happy
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Making forum layout transparent?

    Post by SLGray June 3rd 2013, 11:17 pm

    Add to your CSS stylesheet:
    Code:
    .bodyline {
        background-color: transparent;
    }
    td.row1.over:hover, td.row2 {
        background-color: transparent;
    }
    td.row1, td.row3.over:hover {
        background-color: transparent;
    }
    td.row3 {
        background-color: transparent;
    }



    Making forum layout transparent? Slgray10

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