• Hello,

    I would like to change the color for the rectangle field at the bottom of the posts. It is grey currently. It is the field, that has the print icon, option to comment etc. Does anyone have any idea where i can change this from grey? i am at a loss.

    Thanks!!!
    Hope

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s going to be impossible to answer without either a link to your theme or a link to your actual blog.

    Find this in (in version 2.21 of the “Atahualpa” theme, should be:) line 243-249 in style.css:

    .postmetadata {
    clear:both;
    margin: 15px 0 15px 0;
    padding: 5px;
    color: #999;
    background: #f4f4f4;
    }

    and change

    background: #f4f4f4;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color of bottom of the posts’ is closed to new replies.