*

makin

  • **
  • 10 posts
How to disable main category to show
« on: May 12, 2016, 02:48:56 AM »
I would like to disable main category shown on main page is it possible thanks.

*

MB Themes

Re: How to disable main category to show
« Reply #1 on: May 12, 2016, 07:16:41 AM »
@makin
Add to your style.css:
Code: [Select]
#ct-3 {display:none!important;}
And replace 3 with id of your category
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

makin

  • **
  • 10 posts
Re: How to disable main category to show
« Reply #2 on: May 12, 2016, 10:40:19 AM »
Thnak you but i want to disable all category block which is in main page is it possible ?

Thank you

*

MB Themes

Re: How to disable main category to show
« Reply #3 on: May 12, 2016, 11:03:51 AM »
@makin
Add following code to your style.css:

Code: [Select]
#home-cat {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

makin

  • **
  • 10 posts
Re: How to disable main category to show
« Reply #4 on: May 12, 2016, 11:10:35 AM »
That one worked thank you frosticek.