• Resolved groeizaam

    (@groeizaam)


    I would like to remove the text “Archief Van Categorie: Blogposts” out of the header (I think it is in the header?) on three of my pages. Please see the link to one of these pages. I don’t know anything about CSS of something like that, I am learning how WP works in very small steps.

    Thank you in advance for your help!

    Kind regards,

    Ruben Verkroost

    • This topic was modified 6 years, 3 months ago by groeizaam.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Ruben,
    add this to your custom CSS code:

    .archive-page-title{
    display:none;
    }

    as a “quick and dirty fix”.
    Another way of achieving the same goal would be to change the code that builds your sites to no longer put that text onto your site, but then you would have to create a child theme and find the proper place in the code, so this solution, while “not as nice”, should do the trick for now.

    Good luck

    Lille Ulven

    Thread Starter groeizaam

    (@groeizaam)

    Dear Lille Ulven,

    It worked ?? Thank you so much!

    Ruben Verkroost

    • This reply was modified 6 years, 3 months ago by groeizaam.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove text in header’ is closed to new replies.