• Resolved suzanneflynn

    (@suzanneflynn)


    I am using Simplify Theme.

    I have created my Blog page as a Category in order to have my posts appear within the page.

    Does anyone know how to delete the “subtitle” (NOW BROWSING BY CATEGORY) under the page title (BLOG)?

    My website is https://www.flynncreativegroup.com This is only appearing on the Blog page.

    BLOG
    NOW BROWSING BY CATEGORY – I want this deleted!!??

    Posted by: Suzanne | on January 27, 2016

    WELCOME!

    TIA – Suzanne

Viewing 2 replies - 1 through 2 (of 2 total)
  • Assuming you are only having this issue on the Blog page, you could tweak the CSS for that text so that it’s hidden. Try replacing:

    h3.arc-src {
        text-transform: uppercase;
        color: #F60;
        font-size: 20px;
    }

    with this:

    h3.arc-src {
        display: none;
    }
    Thread Starter suzanneflynn

    (@suzanneflynn)

    Johnna – You are WONDERFUL! It worked! THANK YOU! THANK YOU! THANK YOU!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird "subtitle" on Blog Page’ is closed to new replies.