Forums

[resolved] Grid Focus Theme - Changing Colors (5 posts)

  1. micadz
    Member
    Posted 7 months ago #

    I am using the Grid Focus Theme and would like to changea few things:

    1) the background color of the box which contains CATEGORY - TAGGED but I don't seem to find the code in the CSS Stylesheet that will help me do that.

    2) would also like to change the color of the line next to the date. Any idea where I can do that?

  2. esmi
    Member
    Posted 7 months ago #

    A link to your site would help.

  3. micadz
    Member
    Posted 7 months ago #

    Oops .. Sorry for that.
    http://blog.commonpeople.sg/

  4. esmi
    Member
    Posted 7 months ago #

    To change the background color of the CATEGORY/TAGGED box, amend style.css (line 360)

    .entry.meta {
    background:#FFFFFF;
    border-color:#0B96D0;
    border-style:solid;
    border-width:1px 0;
    }

    The 'background' line applies the background color, so just amend this to something like background:red; or background:#cc0000;.

    The line next to the date appear to be controlled by the postMeta class.

    style.css (line 287)

    .postMeta {
    border-top:1px solid #CCCCCC;
    margin-bottom:14px;
    position:relative;
    text-align:right;
    }

    Change the color code at the end of 'border-top'.

  5. micadz
    Member
    Posted 7 months ago #

    Thanks again for your help. I am a total rookie and am really learning a lot thanks to you.

Reply

You must log in to post.

About this Topic