Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #537218

    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

    #537331

    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

    #537372

    Hi Yigit! The code you provided doesn’t work.
    Kind regards
    Simone

    #537375

    Hey!

    Please use following code instead

    .blog-categories { display: none !important; }

    Cheers!
    Yigit

    #537774

    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

    #537827

    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

    #537956

    Hey Fred! Thank you so much, it also worked for me!

    Cheers!
    Simone

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide metadata post slider’ is closed to new replies.