Remove category information

Home Forums Magazine Point Remove category information

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1172
    Anonymous
    Inactive

    Hello, i would like know, how i can remove this information in category page plz.

    ty

    Category Information

    #1196
    Axle Support
    Moderator

    Can you please elaborate your question? Please share your site URL. Also the image you are sharing is also not working.

    #1866
    Anonymous
    Inactive

    Hi there,

    Not sure if this is the same question.

    What I really need to do is remove the links to categories that appears on the thumbnail images for the News Block. I only want the actual page title and no reference to the category. I assume I need to have categories so that I may pick out certain pages for my news block.

    The temporary url is http://69b.82d.myftpupload.com

    Please help.

    Thank you.

    #1878
    Axle Support
    Moderator

    Hello @ejscott10

    Regarding the links form the category you need to customize our theme. We recommend you to create child theme and remove <a> tags form the section’s category which you wish to remove.

    Yes, categories are given so that one can choose the prefered post but, it’s not mandatory to display the categories. If you don’t want to show the chosen category just place the following code in Additional CSS section in the customizer.

    .news-categories {
        display: none;
    }

    Hope this solves your problem.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.