Tagged: hide tags
- This topic has 10 replies, 5 voices, and was last updated 7 years, 10 months ago by Mags.
-
AuthorPosts
-
October 25, 2015 at 5:16 pm #78466CattextParticipant
Hi Sakin,
I’d like to hide the author and tags in posts.
I’ve found this code to hide the author:
.by-author { display: none; }
But haven’t been able to find the code to hide the tags.
Could you please help me out?October 26, 2015 at 1:19 am #78498SakinKeymaster@Cattext: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
footer.entry-meta { display: none; }
October 26, 2015 at 1:43 am #78500CattextParticipantthank you Sakin, however now also the category has been hidden.
Is it possible to only hide the tags but still display the category?October 26, 2015 at 2:05 am #78505SakinKeymaster@Cattext: ok then replace previous css to following css:
.in-tag, footer.entry-meta span:nth-child(4) { display: none; }
September 8, 2016 at 8:43 am #98926lekm_proParticipantI use a catch responsive pro version. To hide just the author name, leave posted date and comment, I added this code in Custom CSS box.
.author {display:none;}
Check out my site here to see what I meant.
September 8, 2016 at 8:53 am #98927SakinKeymasteryes that fine. Every theme is little different and we need different css.
November 20, 2016 at 2:54 am #103562joesandboxParticipantHello ~ This .by-author { display: none; } worked well but it leaves the “by” after the post date. I am using the Catch Everest Pro. Thoughts on how to remove the “by?”
Found the answer on another post.
November 21, 2016 at 12:27 am #103612SakinKeymaster@joesandbox: That’s great.
December 31, 2016 at 4:50 pm #106178MagsParticipantHi Sakin,
Could you let me have the code to hide the post date please?
Margaret
January 6, 2017 at 4:48 pm #106574SakinKeymaster@mags: You can hide date in Catch Kathmandu Pro by adding following css in Custom CSS box:
.on-date { display: none; }
January 6, 2017 at 8:43 pm #106590MagsParticipantMany thanks. Works perfectly.
-
AuthorPosts
- The topic ‘hide author and tags’ is closed to new replies.