Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #632235

    So we are using the Enfold theme and we have both a slider that has news as well as our grids that show both comments and pub dates – see image. How do we remove these. I want to show title, except, read more – just don’t want to show comment count our date.

    Please advise.

    sample of issue and what we want to remove

    #632249

    Hey uptimeinstitute!

    Please provide a live link of the web site, so we can send you the CSS coded needed.

    Regards,
    Basilis

    #634832
    #635034

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-content-slider .slide-meta {
    	display: none;	
    }
    

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.