Archived topic
Need CSS to add a Border around thumbnails on home page
5 replies · Started by Chandrasekhar on February 10, 2022
Hello, my site is hospitalistx.com
I would like to add a border with color of my choice to all the thumbnails on my home page.
Can anyone help please?
Hi there,
Try this CSS:
.post-image img {
border: 5px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Added the code to additional CSS but nothing happened.
Hi there,
I'm not seeing the code has been added to your site, can you make sure cache is cleared?
Thanks, I now see it. Appreciate your help.
No problem :)