Home Forums Pro Themes Signify Pro How to change blog page template

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #184311
    Tracey Harty
    Participant

    I’d like to change the headline color (From Our Blog) on the blog page to white. And I’d like to remove the text below that that says

    “From The Blog.”

    https://www.yalecrestneighborhood.org/news-events/

    #184318
    sanam
    Keymaster

    Hi @TRACEYHARTY,
    Please add the following CSS

    .archive-posts-wrapper h2.section-title {
    color: #fff;
    }
    .archive-posts-wrapper .section-description p{
    display: none;
    }

    #184399
    Tracey Harty
    Participant

    Thank you.

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