• Resolved gergelyvera

    (@gergelyvera)


    Hi,
    I’m having trouble removing the huge “Posted in [Category]” banner from the top of the category page.
    this is the one: https://vilagosbeszed.hu/category/blog/
    (it reads “Blog kategória bejegyzései” because it’s in Hungarian)
    I tried several methods, none of them helped. Please help.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Gergelyvera!
    You can simply remove this with custom css.

    This should remove it:

    .archive-title {
      display: none;
    }

    You can either use a plugin for custom css or create a child theme.

    Hope that helps.
    TouchCoding

    Thread Starter gergelyvera

    (@gergelyvera)

    that worked perfectly, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove "posted in [category]" from top of the page?’ is closed to new replies.