Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1006672

    Hey,

    http://www.hotelladdict.se/category/allabouthotels/
    I don’t want to show the tags on blog post in this category

    What code shall I add?

    Thanks
    Charlotte

    #1006683

    Hey Charlotte,

    I assume you mean the category links (i.e. Alla inlägg, Edward County for the first post on the archive page).

    Please add this code to the child theme style.css or quick css field to hide these links:

    
    #top.archive.category .blog-categories.minor-meta{
    display: none;
    }
    

    Best regards,
    Peter

    #1006684

    Yes, thanks Peter :)

    Best regards
    Charlotte

    #1006686

    Hi,

    Great, glad I could help you :)

    Best regards,
    Peter

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