• Hello Anders, thank you for your Miyazaki theme. I’ve been using it for a few weeks now and am very satisfied. I have one question though:

    There is the archive header with the appropriate title and the word category above it. How can I leave the category title but hide the word category itself?
    Example: https://webkulturen.de/Kategorie/im-gewaechshaus/
    It says in the headline:
    Kategorie
    Im Gew?chshaus

    Only the word Kategorie (category) should be hidden.
    I hope I’m not being too intrusive. Thank you very much.
    Greetings, Oliver

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @webkulturen,

    My pleasure! You can hide the category prefix on all category archives by adding the following CSS to Appearance → Customize → Additional CSS:

    body.archive.category .archive-header .archive-title-prefix { display: none; }

    If you want to hide the prefix from all archive pages (tags, author archives, etc), remove the .category part of the selector above. Let me know if it does the trick.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘archive header’ is closed to new replies.