Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #283978
    sus
    Participant

    I’m helping a friend migrate her website from Wix to a managed service with wordpress installed. I picked the verity theme and I was migrating the content but I’m now facing two issues:

    1. The home page does not look like the demo theme: http://sushmas5.sg-host.com
    I wanted the posts to show up in the three column format (like the project section in the demo)
    https://wordpress.com/theme/verity

    2. I tried removing the diamond in the blog posts by inserting the following code:
    .square {
    display: none;
    }

    but that just made the featured image large and show up on the page. Example: http://sushmas5.sg-host.com/holiday-2020-shimmer-or-bummer/

    Can you help?

    #283988
    sus
    Participant

    I solved the first problem, I’m still facing the second problem. Also, is there a way I can suppress the latest post (in the purple box) so that it doesn’t show up on the homepage?

    #284039
    Skandha
    Participant

    @sus: Hello there,
    I checked your site you seems to have removed the square.
    To remove the latest post from homepage.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #primary {
        display: none;
    }

    Let me know if this is what you want! 🙂
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Homepage issues and removing the diamond’ is closed to new replies.