Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #456276

    Hi,

    I am trying to remove the post meta and default pencil image on a post slider. Going through the forum, I have found that you recommended the following to various people, but for some reason it is not working and am not sure where I have gone wrong. Are you able to help?

    .avia-content-slider .slide-image {display:none;}
    .avia-content-slider .fallback-post-type-icon {display:none;}
    .avia-content-slider .slide-meta { display: none; }

    I have added !important; but it is still not working. In case it is relevant – I am also working off a child theme.

    Thanks!

    #456343

    Hi WeAreDGTL!

    The post slider should not have a pencil icon anywhere. I viewed your link and I do not see the icon your referring to.

    If your trying to remove the image overlay then you can try this CSS out.

    .image-overlay { display: none !important; }
    

    If that is not what your trying to do then send us a link to the exact page where the pencil icon is displaying and we’ll take a look.

    Cheers!
    Elliott

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