Support Forums - Classified Ads Script Osclass

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: classifieds on April 05, 2017, 10:36:53 PM

Title: Delete icon image on publish a add
Post by: classifieds on April 05, 2017, 10:36:53 PM
Hello  :)

i want delete icon image on publish a add, but just delete the sub-category icon. The category icon stay..

http://imgur.com/a/tU2ok (http://imgur.com/a/tU2ok)

Thank you
Best greetings
Title: Re: Delete icon image on publish a add
Post by: MB Themes on April 06, 2017, 08:42:38 AM
@classifieds
Add this to your style.css:
.flat-wrap .single .parent-icon {display:none!important;}
Title: Re: Delete icon image on publish a add
Post by: Sony on May 23, 2017, 05:19:53 AM
Taking advantage of the topic, I wanted to know how to change the image to place other icons without being a font-image, and I also want to display only the category image on the desktop, from the non-subcategories ...
how to make?
Title: Re: Delete icon image on publish a add
Post by: MB Themes on May 23, 2017, 08:15:12 AM
You can use just font icons or just images. In this section only font icons are shown.
Title: Re: Delete icon image on publish a add
Post by: Sony on May 24, 2017, 02:31:24 AM
How do I put images and not font icons?
Title: Re: Delete icon image on publish a add
Post by: MB Themes on May 24, 2017, 08:55:04 AM
@Leandro
Go to theme settings and specify icons and colors for each category.
Title: Re: Delete icon image on publish a add
Post by: Sony on May 25, 2017, 12:22:48 AM
@frosticek Send me a css code to block the icons of the subcategories via desktop, I used the code above that used in this topic and blocked the moment of posting the ad, now I also want both to navigate the subcategories without icons, only the categories have, subcategories do not
Title: Re: Delete icon image on publish a add
Post by: MB Themes on May 25, 2017, 08:15:01 AM
@Leandro
I do not have such code, identify all css elements and add display:none to them.