remove tags in Sela theme
-
I would like to remove the tags in the sela theme for each post. Can anyone tell me how to do this? if it’s a code do i just paste it in the custom CSS editor? i have a premium theme.
this is my site: motherhoodinhollywood.com
thanks!
hbThe blog I need help with is: (visible only to logged in users)
-
At the bottom of your posts, there are tags and categories. Given the way the CSS and HTML are structured in Sela, we can’t cleanly remove only the tags. We can however remove the categories and tags. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to remove the categories and tags.
.entry-meta { display: none; }If you wish to remove only the tags,
- The topic ‘remove tags in Sela theme’ is closed to new replies.