How do I remove date/ tags from the BLOG please?
Regards
Luke
How do I remove date/ tags from the BLOG please?
Regards
Luke
HI Luke,
Add the following to your Quick CSS (located under Styling in the Flashlight admin):
.blog-meta{
display: none;
}Hi, how can I remove tags in the angular theme? Tried the above code, but the code still showing up. I want to remove the tags from the post.
rgds,
larkje
Hi!
Could you specify which tags you'd like to remove exactly? Do you want to hide all the meta info? If so try
.blog-inner-meta{display:none;}
Regards,
Chris
You must log in to post.