The Grid - Edited

Hi,

On my homepage of my website I have used The Grid. However, i want to remove the heart and number from the white background and make the writing bigger. I would also like to only link the image to the hyperlink and remove the + sign that makes the image bigger.

Can you advise?

https://murdockrooftrusses.com/

Hello Conor,

Thanks for writing in!

I went ahead and edited your grid. I added this custom css to hide the heart icon and the plus sign icon.

span.to-post-like,
.tg-media-button {
    display: none !important;
}

Please understand that all of this were coming from the Grid Skin. If you want to have a unique design, you may need to create your own skin. Please check out this documentation on how to do that:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.