• In the Top C section of the front page, the amount of text pulled is different for different pages, so the “read more” buttons are not lined up and it looks bad. Also, one of the pages I want on that TopC section is my posts page, which has no text. I want the “read more” buttons to align and it seems the easiest way to do this is to remove the text completely. Is there a way to do this?

Viewing 1 replies (of 1 total)
  • Thread Starter clairegs

    (@clairegs)

    Figured out one way to do this.

    If you’re using a footer, you can put this code in footer.php:

    <script>
    jQuery(‘p.description’).text(“”);
    </script>

    There might be a better place to put it, but this worked. It seems to only affect the TopC area, but I don’t know if description is used elsewhere.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove text from Top C on frontpage?’ is closed to new replies.