Best Premium and Free WordPress Themes › Forums › SuperMagPro › Removing meta
- This topic has 23 replies, 3 voices, and was last updated 6 years, 6 months ago by
acmesupports.
- AuthorPosts
- June 26, 2016 at 11:18 am #4537
thaigerweb
ParticipantHi Guys
Before i bought the theme i was told i can turn off the meta in the posts etc i.e. date, author and comments.
I cant find where to do this?
I dont want these to show anywhere on the site
Andy
June 26, 2016 at 12:01 pm #4546acmethemes
KeymasterHi Andy,
Thank you so much for purchasing our theme SuperMagPro. Would you please tell us from where you want to remove meta, only in Single post, or other places too. Please let us know, we will provide the CSS code or other alternative methods to remove it.Warm Regards,
Acme SupportsJune 26, 2016 at 3:05 pm #4545thaigerweb
ParticipantI want to remove it from everywhere – on single posts and on all other places it shows
When I asked this before you told me the Pro version already has this but i cant find any options
Andy
June 26, 2016 at 5:25 pm #4544acmethemes
KeymasterHello,
It’s simple to hide that tags, please try it once, let us know if not worked..above-entry-meta { display: none !important; }
Paste this code on
From Customize, go to Layout/Design Option then Custom CSS.
https://doc.acmethemes.com/supermagpro/#WheretowritetheCustomCSS?If your problem is not solved, we will help you with another alternative method.
Thanks
June 27, 2016 at 6:11 am #4543thaigerweb
ParticipantI have put that code into the custom CSS but no difference
To be clear i want no date to show on any post, no author, no category and no tags
June 27, 2016 at 6:12 am #4542thaigerweb
ParticipantSee this page – there is meta showing both above and below the post
June 27, 2016 at 6:15 am #4541thaigerweb
ParticipantGuys lets be frank here
I asked about this in the Supermag forum and you told me the pro version had click box to remove these things. It appears it does not.
June 27, 2016 at 7:20 am #4540acmethemes
KeymasterHello,
Please add the below css codes on Custom CSS field.article.post .entry-footer { clear: both; display: none; } article.post .entry-header .entry-meta { display: none; }
If not worked again, please let us know. We will help you with other alternatives methods too.
Thanks
June 27, 2016 at 4:29 pm #4539thaigerweb
ParticipantThat seems to have worked – thanks
the next thing I need, and again i was told the pro version had this, is to underline links on the posts. I can see I can change link colour but i would just like them underlined so visitors can identify them as links.
Andy
June 28, 2016 at 2:57 am #4538acmethemes
KeymasterHello Thaigerweb,
Would you please tell us where you want this Underline on the post? On the title or on the every link on the post, so that we can provide you the custom CSS.Thanks
July 17, 2016 at 3:24 pm #6625thaigerweb
ParticipantHi Guys
The CSS you gave me to remove the dates has done that but it has messed up the category listings
You can see an example here
http://soi15-pattaya.com/agogo-bars/
I repeat – when i asked about this before purchasing the theme you told me the date etc could be removed by a tick box on the pro theme.
Andy
July 17, 2016 at 3:27 pm #6626thaigerweb
ParticipantAnd the underline i just want all links in posts and pages to be underlined – as they would be normally so people can actually see they are links. At the moment they just look the same as normal text
July 18, 2016 at 12:35 am #6647acmesupports
ModeratorHello Thaigerweb,
With that code, have you edited any line of code on theme or added any? If not, please remove the code from the Custom CSS and let us know. We will provide the best alternative solution for you. We will provide the other CSS codes that will work for the best on category listing page too.Thank You
July 18, 2016 at 7:52 am #6654thaigerweb
ParticipantThe code is as follows as copied from you. Nothing else changed or added
article.post .entry-footer {
clear: both;
display: none;
}article.post .entry-header .entry-meta {
display: none;
}I have removed it now and the category page is ok but now the date and uuthor name show in the posts again
July 18, 2016 at 8:13 am #6655thaigerweb
ParticipantI tried using the standard WP Author, Date and Meta Remover Plugin
That removes the meta but also messes up the category pages
- AuthorPosts
- The topic ‘Removing meta’ is closed to new replies.