*

classifieds

  • **
  • 16 posts
Disable icon of subcategories
« on: March 25, 2017, 03:36:47 PM »
Hello!

disable icon of subcategories? on css? what css?

i just want icon on main page in categories on subcategories i just want the categorie name (in text).

http://imgur.com/a/aN5Sv

sorry my bad english...
Thank you
Best greetings

Marked as best answer by classifieds on March 26, 2017, 08:53:30 PM
*

MB Themes

Re: Disable icon of subcategories
« Reply #1 on: March 25, 2017, 03:38:59 PM »
@classifieds
Add this to your style.css:
Code: [Select]
.home-cat .cat-tab .middle a > span > span.icon {display:none!important;}
.home-cat .cat-tab .middle a > span {padding-left:15px!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

classifieds

  • **
  • 16 posts
Re: Disable icon of subcategories
« Reply #2 on: March 25, 2017, 04:13:19 PM »
i want remove where to, where i can remove?

http://imgur.com/a/UsYYP

sorry my bad english...
Thank you
Best greetings

*

MB Themes

Re: Disable icon of subcategories
« Reply #3 on: March 25, 2017, 08:03:29 PM »
@classifieds
Code: [Select]
.search-cat .cat-tab a > span > span.icon {display:none!important;}
.search-cat .cat-tab a > span {padding-left:15px!important;}

If you are looking for other development & modification, I recommend to look for developer or check CSS basics ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots