Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #310349
    nerdrave87
    Participant

    In the Costello theme, there’s a big ugly header in my blog posts preview section that reads “From Our Blog”. How do I get rid of it?
    https://imgur.com/a/e8Z21tf

    #310370
    tikaram
    Keymaster

    @nerdrave87 : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .archive-posts-wrapper .section-title {
    display: none;
    }

    Regards,
    Tikaram

    #310371
    nerdrave87
    Participant

    Sweet! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do I get rid of “From Our Blog”?’ is closed to new replies.