Table Background Color 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

    Table Background Color

    avatar
    PallidState
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    Table Background Color Empty Table Background Color

    Post by PallidState March 3rd 2011, 12:01 pm

    I am using phpBB3
    How can I change the table (category table at home) background color to white or remove the yellow-ishcolor? D:
    I mean like.. the yellow-ish color that appears when you move your cursor to the category at forum (home).

    Thank you!
    avatar
    PallidState
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    Table Background Color Empty Re: Table Background Color

    Post by PallidState March 5th 2011, 12:24 am

    bump! .-.
    avatar
    PallidState
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    Table Background Color Empty Re: Table Background Color

    Post by PallidState March 6th 2011, 1:22 pm

    Bump? D:
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Table Background Color Empty Re: Table Background Color

    Post by Base March 6th 2011, 1:47 pm

    Hello PallidState,

    Please add this to your CSS code:
    Code:
    li.row:hover {
        background-color: #FFFFFF;
    }

    To find your CSS code, please go to:

    1. Administration Panel (advanced mode)
    2. Display Tab
    3. Colors (on the left, under Pictures and Colors)
    4. CSS Stylesheet and paste the code there

    Very Happy

    Regards,

    Base