Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56736
    jess888
    Member

    Trying to change the white background color here:
    http://wp.sonomasites.com/wp4/wine-country-paintings/01mistymorning/#main

    And I’d like to get rid of this line:
    “Published April 22, 2015 at 500 × 500 in OIL PAINTINGS”

    Thanks!!!

    #56915
    Sakin
    Keymaster

    @jess888:
    1. To change the color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #content article, #content .page-header, #comments, #content .author-info {
    background-color: #fff;
    }

    2. To hide the header meta data, you can add the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .entry-header .entry-meta {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘BG color on Gallery slides’ is closed to new replies.