Hide author name and published date from Post Carousel in Stack Ethos

Hi There,

Here is the screenshot: http://prntscr.com/fucs5b and here is the website link: http://www.artofyourmindonline.com/ I need to remove the arrow selected in the screenshot from my Post Carousel in Stack Ethos which is Author Name and Published date. I have searched in Apex, but no such records found.

Could you please give me some new codes or what to do?

Thanks

This CSS should work:

.x-post-carousel-meta{
display: none;
}

Don’s CSS will hide all the information, if you only want to hide the date and author, add this CSS to your global CSS:

 .entry-cover-author, .entry-cover-date{
display: none!important;
}
1 Like

Hello There,

Thanks for writing in! To resolve your issue, hiding the Author Name and Published date in the post carousel, please make use of the code given by @Johanschack.

.entry-cover-author, 
.entry-cover-date{
    display: none!important;
}

If you need anything else, please let us know.

Hi Guys, thanks for your replies, but none of the codes seem to be working. Please see the screenshot here while I’m including the code in the global CSS section. Screenshot: http://prntscr.com/fv7njq

What can I do?

Hi there,

Would you mind providing your admin details as a secure note so that we can check the codes in the custom CSS as there might be some CSS errors which is causing the styles not to work.

Thank you.

Hi,

It’s because your missing the closing tag “}” after the previous code.

Thanks @Johanschack You’re right. I have added the closing tag to the previous code and then pasted the code provided by @RueNel and it worked eventually. So its solved.

Hi @alessandrorussino,

Happy to hear that.

Feel free to ask us again.

Thanks. :smiley:

Hi, tried that Code , but without success. Any Idea on how to hide the post date in the featured Posts in Ethos?
Here is a Screenshot: http://imgur.com/a/fM3G1

Thanks!

Martin

Hi there,

Please kindly add the CSS code below to X > launch > options > CSS:

.featured-meta {display: none;}

For follow-up questions, I suggest that you open up a new thread but you will be the original poster and we can help you achieve your desired styling.

Thank you.

That worked already, thanks a lot!

We’re delighted to assist you with this.

Cheers!

I’ve tried the code and my metadata is still showing up. I’m not sure what is meant by adding CSS code to X>launch>options>CSS – unless you’re saying change something in the X theme itself instead of the child theme. Perhaps this is why none of this is working – I want to change my child theme as that seems to be best practice.

Any advice on how I can stop my metadata from showing by changing the CSS in my child theme?

1 Like

Hi @erichomeboy,

Thanks for writing around! That’s one way of adding the CSS by navigating to Theme Options > Global CSS however you can add it in your Child Theme’s style.css file or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS all should work. Never make any change in the Theme itself as it will be overwritten upon theme update.

Hope this helps!

Hi @nabeel,

Thanks for getting back with me! I’ve tried putting each of the recommended pieces of code into the style.css document in my child theme. When the first recommendation didn’t work, I deleted it then tried the second recommendation. And thus far the metadata keeps showing up in my carousel slides. Here are the various pieces of code that I have tried unsuccessfully:

.featured-meta {display: none;}

.x-post-carousel-meta{
display: none;
}

.entry-cover-author, .entry-cover-date{
display: none!important;
}

.entry-cover-author,
.entry-cover-date{
display: none!important;
}

Hi @erichomeboy,

Thank you for writing back. I tested your code in one of our demos and your code works fine. This looks like the cache issue on your end, try clearing out the cache ( plugin’s cache if using + browser’s cache )

Let us know how this goes!

Hi @Nabeel,

I contacted my site host and we manually cleared the cashe, carefully trying out each piece of the code above that worked in your demo. In addition, one set of code was uploaded all night (and wp engine says it clears the cashe every ten minutes). And still the meta data persists. Please advise.

Hey @erichomeboy,

Thanks for the update, can you please provide the URL of your site so we can take a closer look?

Thanks!

Sure @Nabeel it is a test site: https://newapologetic.wpengine.com