*

bobyrou

  • ****
  • 107 posts
Change tabs on home page
« on: March 05, 2016, 11:55:44 PM »
Hi guys,

Can anyone please help me on home page to change from showing categories in tabs to showing each tab under one by one? Please see picture attached. Any help is really appreciated!!! thanks
« Last Edit: March 05, 2016, 11:58:20 PM by bobyrou »

Marked as best answer by bobyrou on March 06, 2016, 12:00:24 AM
*

MB Themes

Re: Remove tabs on home page
« Reply #1 on: March 05, 2016, 11:57:47 PM »
@bobyrou
There are 2 lines of codes you need to enter to file:
oc-content/themes/patricia/style.css

Code: [Select]
#home-cat .cat-tab {display:block!important;}
#home-cat .top {display:none!important;}

Any additional styling is on you ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bobyrou

  • ****
  • 107 posts
Re: Change tabs on home page
« Reply #2 on: March 06, 2016, 12:00:48 AM »
Wow... so simple when you know. Thanks man, works perfect!!! :)

*

MB Themes

Re: Change tabs on home page
« Reply #3 on: March 06, 2016, 08:35:40 AM »
@bobyrou
Welcome
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots