Text, Tags and Categories
- The topic ‘Text, Tags and Categories’ is closed to new replies.
Need help? Check out our Support site, then
I was able to change the post background color to black, using CSS. I would now like to change the post text color, but cannot seem to be able to do it.
I would also like to be able to keep the tags and categories from appearing on all posts.
If you could help, I would truly appreciate it.
LOVE this theme!!
Thank you so much.
The blog I need help with is: (visible only to logged in users)
Thanks lisagordonphotography.
This might work but can need some other css defined..
body, button, input, select, textarea { color: #fff; }
You can hide the tags by using
footer.entry-meta { display: none; }
Hope that helps.
Thanks,
Chandra
Both worked perfectly!
Thank you so very much.
Awesome! Thanks.