Change the background color of author's info

  • Adrian

    #8632

    Hi Guys,

    Could somebody tell me how to change the background color of author’s info in single posts? (post author’s info after the post content)

    Mod

    Kenneth John Odle

    #41669

    The current code is this:

    .single .author-info {
    background: none repeat scroll 0 0 #E9ECF5;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px;
    }

    You can add that to custom CSS and change it as you like.

    Adrian

    #41670

    Thanks Kenneth! 😉

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.