• Hello,

    I was wondering if someone could please show me what custom css code I can use to hide the “Read More” that appears below the posts on the main page.

    Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jeremygrand1,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> addition css)

    .read-more.trail{
    	display:none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter jeremygrand1

    (@jeremygrand1)

    Hello @addweb-solution-pvt-ltd,

    Thank you so much! That worked perfectly. If you don’t mind, how do I also get rid of the preview text?

    (I am using this theme to display art – there is no text, hence getting rid of “read more”, but sometimes I have a link to download a PDF, and that text is showing up on the main page.)

    Also, do you know if there is anyway to not have it crop some of the thumbnails?

    The site I am working on is located here: https://damien.perpetualtoxins.com

    As you can see, the thumbnails for the brochures are being cropped at the top and bottom. The advertisements are being cropped slightly on the sides, but that is barely noticeable.

    Thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide “Read More”’ is closed to new replies.