• Resolved suzetteparadis

    (@suzetteparadis)


    I need to delete the date on the posts and the text under the posts except for the title. How do I do that?

    The page I need help with: [log in to see the link]

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

    (@addweb-solution-pvt-ltd)

    Hello suzetteparadis,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .home.blog .blog-feed-contant .entry-meta,
    .home.blog .blog-feed-contant .no-decoration {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter suzetteparadis

    (@suzetteparadis)

    Thank so much.

    Now another question. How do I get rid of the date that appears in the image?

    Thread Starter suzetteparadis

    (@suzetteparadis)

    And when we tested on iphones (safari) with https://www.crm.umontreal.ca/lab/cicma/

    the cicma part of the URL does not loaded so it cannot find the proper URL.

    Theme Author Lighthouse

    (@lighthouseseo)

    Hi Suzette, it’s great that AddWeb Solutions were able to help you out. Sadly we do not support these features in our themes at the moment, if you need to make a lot of code changes I recommend that you find a developer who can help you out, websites like Fiverr and Upwork has lots of great developers who does a fine job for a low price. I am marking the thread as resolved since your original question was answered.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete date on the post and text under post’ is closed to new replies.