Removing "categories" and "meta" from my pages
-
Good Evening,
What is the css code to remove the “categories” and “meta” from the side area from my category menus/sub-menus?
Thank you,
Ivan Steel
The blog I need help with is: (visible only to logged in users)
-
Hi Ivan, are you wanting to remove the meta data everywhere, such as on the main page of your site and on single post pages after you click through to a post? The following will remove the meta data from everywhere.
.meta { display: none; } -
For some reason it’s not removing the meta on the individual categorized pages.
Any ideas?
Ivan
-
Ah, the categories pages are styled differently and need a slightly different solution. In addition to the other code, add this.
.loop-layout2 .meta { display: none; }
- The topic ‘Removing "categories" and "meta" from my pages’ is closed to new replies.