• Hello, is it possible to remove featured image beside post titles from category pages? I just want to show post titles.

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Contributor ampforwp

    (@ampforwp)

    Hey @jamesja,

    Yes, it is possible.

    Try adding this code in Custom CSS option in AMP Settings.

    .archives_body .home-post_image{
        display:none;
    }

    Let me know if that helps or not.

    Regards
    Marqas

Viewing 1 replies (of 1 total)
  • The topic ‘Remove featured image on category pages’ is closed to new replies.