[Resolved] Adjust Category Meta and Author Name

Home Forums Support [Resolved] Adjust Category Meta and Author Name

Home Forums Support Adjust Category Meta and Author Name

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1396501
    Rohan Verma

    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?

    #1396852
    David
    Staff
    Customer Support

    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;
    }
    #1401256
    Rohan Verma

    Thanks. It’s working.

    #1401462
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.