• Hi All ,

    we need help with hiding the category titles on the categories widget on our blog page. we don’t need to hide the entire category. just need to hide the title (the titles highlighted on the image below ) Thank you !

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello ,

    To hide only 2 category , you can use its class name with css

    1. To hide blog category add css code in css file like below :
      .cat-item-88{ display: none; }
    2. To hide News category add css code in css file like below :
      .cat-item-87{ display: none; }
    • This reply was modified 11 months, 2 weeks ago by Mayuri.
    Thread Starter nolooptech

    (@nolooptech)

    @mayuripatel this will hide everything inside the category . we only need the category name (Like Blog ) to not be visible . just the name

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the category title from category widget’ is closed to new replies.