How to change bottom forum header print 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.

    How to change bottom forum header print color

    tylercole
    tylercole
    Forumember


    Posts : 304
    Reputation : 17
    Language : english

    How to change bottom forum header print color Empty How to change bottom forum header print color

    Post by tylercole January 11th 2017, 1:40 am

    Hello, i am looking to change the color of the text on the bottom of my forum headers. Here is a picture to show you what I mean.

    How to change bottom forum header print color TQprcXK
    avatar
    Guest
    Guest


    How to change bottom forum header print color Empty Re: How to change bottom forum header print color

    Post by Guest January 11th 2017, 2:15 am

    Try adding this to your CSS:
    Code:
    .forumline.noprint td.catBottom {
    background-color: white !important;
    }
    tylercole
    tylercole
    Forumember


    Posts : 304
    Reputation : 17
    Language : english

    How to change bottom forum header print color Empty Re: How to change bottom forum header print color

    Post by tylercole January 11th 2017, 2:23 am

    Well that changed the box color, not the actual print aka text.
    avatar
    Guest
    Guest


    How to change bottom forum header print color Empty Re: How to change bottom forum header print color

    Post by Guest January 11th 2017, 2:30 am

    My bad, try this one instead:
    Code:
    .forumline.noprint td.catBottom a, .forumline.noprint td.catBottom .nav  {
    color: #D3D3D3 !important;
    }