Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #146773
    LSGShane
    Participant

    Hello!

    I am using Fotografie Pro and have created a menu that shows specific categories. When you use the menu it shows CATEGORY: *category name*. I am wanting to remove the word Category.

    Unfortunately I can’t post the site as it is not public yet.

    Thanks!

    #146781
    Skandha
    Participant

    @lonesharkgames: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive-title-type {
    	display:none important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146782
    LSGShane
    Participant

    Hello Skandha!

    That has done the trick! I appreciate the super fast response!

    #146787
    Skandha
    Participant

    @lonesharkgames: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    #147274
    LSGShane
    Participant

    Hello!
    Something has happened and this appears to not be working anymore? When I add the code it has a ! next to it and says Expected end of value but found “important”. And the category is showing up now.

    Any ideas?

    Thanks!

    #147291
    Skandha
    Participant

    @lonesharkgames: Please post in your site URL.

    Kind Regards,
    Skandha

    #147332
    LSGShane
    Participant

    Hello!

    It is currently on a temp site.

    http://3zy.fc0.myftpupload.com/

    Thanks!

    #147336
    Skandha
    Participant

    @lonesharkgames: I seem to have missed an ! in the previous code maybe that’s the reason its not working.
    Go to => Appearance => Customize => Additional CSS and add the following CSS

    .archive-title-type {
    	display:none !important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #147409
    LSGShane
    Participant

    Whoo! That seems to have done the job! Thanks so much!

    #147447
    Skandha
    Participant

    @lonesharkgames: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

    #154712
    swaitela
    Participant

    Similar question…but…I want to see the category title but not the words “Category:”

    #154794
    Skandha
    Participant

    @swaitela: To remove the text “Category” from category page you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization so that i can provide you the code otherwise I suggest you to hire a customizer.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove the "Category:"’ is closed to new replies.