We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Box Cap without icons | Forum

Topic location: Forum home » Development » Themes
John
John Mar 1 '13
I'm trying to disable icons in box cap, how can i do it? theme - fb-deluxe. Thx. :)
Purusothaman Ramanujam
Its not in the single place that you could do this. You should modify all the .html page.

{decorator class="ow_ic_star"}

Removing the class will remove the icon.
Alia Team
Alia Mar 4 '13
Topic was moved from General Questions.
Kяuncн Leader
Kяuncн Apr 29 '14

Quote from John I'm trying to disable icons in box cap, how can i do it? theme - fb-deluxe. Thx. :)

.ow_box_cap h3, .ow_box_cap_empty h3 {
background-image: none !important;
padding: 6px 0 6px 8px !important}
The Forum post is edited by Kяuncн Apr 29 '14