Hi! Some times ago I used the CSS .avia-content-slider .slide-meta { display: none; } to hide category, author and date in post slide.
After I upgraded Enfold to latest version 3.4.2 the category name is displayed. Please note that the custom CSS has not been deleted after the update.
Kind regards
Symo
Hey ilsymo!
Please try adding !important rule to your code as following
.slide-meta { display: none !important; }
If that does not help, please post the link to your website.
Regards,
Yigit
Hi Yigit! The code you provided doesn’t work.
Kind regards
Simone
Hey!
Please use following code instead
.blog-categories { display: none !important; }
Cheers!
Yigit
Hi Yigit,
I am having the same exactly problem as Simone. I was using the CSS .avia-content-slider .slide-meta { display: none !important } to hide category, author and date in the post slider; however, after the 3.4.2 upgrade, the category name is being displayed again.
Your last suggestion erased the categories from the post slider, however, it erased the display of the blog categories everywhere else too, which is not what I want. Do you have any other suggestion?
Thanks, Fred
Never mind, I figured it out. I just put .avia-content-slider in front of Yigit’s code, and it worked:
.avia-content-slider .blog-categories { display: none !important; }
Thanks anyway. I love the theme <3
Hey Fred! Thank you so much, it also worked for me!
Cheers!
Simone