Changing an icon by custom css
-
Hello. Our website uses on the right side: widgets with nice titles and widget-title-icons. For some (not all) pages I would like to use a different icon.
I can change ALL icons by custom-css:
.widget-title-tab:before {content: “\f200”;}
This works, so the icon before the text “SAMEN ACTIEF” will change.
For just the homepage (post-32) I’ve tried:
.post-32 .widget-title-tab:before {content: “\f200”;}
Alas, this doesn’t work.
What can I do to change an icon on a specific page?
Thanks.The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Changing an icon by custom css’ is closed to new replies.