• Resolved thenumbereightytwo

    (@thenumbereightytwo)


    Hi.

    For my blog (thenumber-eightytwo.com), I’m looking to get rid of the ‘Posts filed under…’ line which comes up above my posts on the category pages.

    Is there a code I can use to delete this, or a similar method?

    Many thanks in advance.

    Best.

    Jamie.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Chris Reynolds

    (@jazzs3quence)

    That’s an easy fix. If I recall correctly, you were using something to add custom CSS, correct? If so, add this to your custom css:


    .breadcrumb li.active {
    display: none;
    }

    If you don’t have a plugin that lets you add custom CSS, I recommend Jetpack or My Custom CSS.

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Hi. That’s right, I am using a plugin for custom CSS.

    I have applied this code to the stylesheet but it doesn’t seem to be taking effect?

    Sorry for the hassle.

    Jamie.

    Theme Author Chris Reynolds

    (@jazzs3quence)

    Oh, are you talking about the page title? I totally thought you were looking at the breadcrumb.

    To remove the page title, you’d do this:

    .archive.category h2.the_title {
    display: none;
    }
    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    That’s the one.

    Perfect. Thank you very much.

    Jamie.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deleting 'Posts filed under'’ is closed to new replies.