Hide Tags
-
AuthorPosts
-
shegoneforeign
MemberHi,
I’m trying to hide tags for this theme. I’ve used multiple different CSS but seems like they’re only theme specific. Can you help?
Thanks
The blog I need help with is: (visible only to logged in users)
In addition,
For my featured image on my homepage, the text ‘WELCOME’, I want to do 2 things:
1. Change the color of the text from white to black
2. Decrease the size of the text.
Thanks
also, can i have the CSS to remove the text ‘WELCOME’ as well. Thanks
Apologies for the multiple posts
anarieldesign
Theme AuthorHi,
thank you for using our theme.
To remove tags in the single post you can use this:
span.tags-links { display: none; } .single span.cat-links { border-right: none; }
To change color of the text you can use:
.front-page-content h2 { color: #000; }
or you can use Custom Colors feature to change theme colors.
To decrease size of the text:
@media screen and (min-width: 70em) { .front-page-content h2 { font-size: 88px; font-size: 5.5rem; } }
If you want to hide the title “Welcome” you can use this:
.front-page-content h2 { display: none; }
Hope this helps.
All the best,
AnaThanks yes it does.
But where do I post the CSS for the tag removal? In customizer or in a block within the post itself?
the tag removal does not work when I post it in customizer.
nevermind it worked! thanks! just needed to use the first CSS. Thanks
anarieldesign
Theme AuthorHappy it works :). You are welcome :)
- The topic ‘Hide Tags’ is closed to new replies.