• Resolved micadz

    (@micadz)


    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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • A link to your site would help.

    Thread Starter micadz

    (@micadz)

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

    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’.

    Thread Starter micadz

    (@micadz)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grid Focus Theme – Changing Colors’ is closed to new replies.