Site logo

Archived topic

Adjust Category Meta and Author Name

3 replies · Started by Rohan Verma on August 10, 2020

Viewing posts 1–4 of 4

Hello.

1. How can I shift the category meta box in single post slightly up from the title?
2. How to change the color of category meta box and author name?

Hi there,

1. This CSS:

.entry-meta.cat-links + .entry-title{
    margin-top: 1em;
}

2. Cat link colors:

.cat-links a {
    color: red;
    background-color: blue;
}

Author link colors:

.entry-meta .byline a {
    color: red;
    background-color: blue;
}

Thanks. It's working.

Glad to hear that

This archived topic is closed to new replies.