Spun Theme: How do i remove the broken page titles?

  • Recently applied this theme to my blog and decided to split my blog posts into three different units. I then linked these newly created units into a drop down menu when you hover over the units tab. However when selecting Unit 2 or Unit 1 it adds some kind of post at the start with broken text displaying the name of the page and the category. I would like to know how i can delete this as I cant find any mention of this being a thing in the settings.
    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Hi @aaronhoppe!

    That first circle that says Category Unit 1 is the page’s title, it gets put into a round placeholder so it ties in with the page’s design.

    There is a bit of an overlap with the text – that’s an intentional part of the design. It works a bit better with the default color scheme. Due to the way custom colors work, the theme isn’t able to fade out the word “Category” the way it does in the theme demo:
    https://spundemo.wordpress.com/category/books/

    There isn’t a built in option to hide page titles like these, but it would be possible with Custom CSS, which is part of a Premium Plan or Business Plan.

    In that case, this snippet would do the trick:

    .archive h1.page-title {
        display: none;
    }
  • The topic ‘Spun Theme: How do i remove the broken page titles?’ is closed to new replies.