Remove "BROWSING CATEGORY" text

  • Posted in : TheBlogger
  • andersm
    Participant

    Is it possible to remove the “Browsing Category X” that appears when viewing a specific tag?

    serkan
    Moderator

    Hi, you can use this custom css code;

    .category .entry-title i { display: none; }

    Thanks

    andersm
    Participant

    Thanks for your reply. I can still not make it work.
    I have tried pasting the code in the stylesheet.css for both the Child and regular theme. Nothing is happening.
    What am I doing wrong?

    I should also say that I am not talking about tags, but categories on the website.

    andersm
    Participant

    Never mind – fixed now. Thanks again!

    andersm
    Participant

    I have now removed the “Browsing Category” line, but how do I remove the following line, with the name of the category.

    Ex:

    Browsing Category:
    NEWS

    How can I remove ‘NEWS’

    serkan
    Moderator

    Hi,
    You can use the custom css code like this;

    .category .entry-title { display: none; }

    This custom css code will remove the whole line so you don’t need to use the first custom css code. And please check the following topic;
    http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register