Hey,
thanks for reaching out! Sure, I think we can make it happen, I just need a link to your blog so that I can take a closer look.
Looking forward to your reply,
Petra
No problem!
foodkoreaguide.com
It’s located at the bottom of each post.
Cheers~
Hey,
thanks for getting back to me! Please go to the plugin settings and in the “Customize” tab (Custom CSS) add the following code:
ul.related_post li img
{
border-radius: 0px !important;
}
I made a screenshot for easier navigation.
Let me know how it goes,
Petra
That worked great! Thanks Petra!
Just a few more tweaks if it’s okay~
I noticed that there’s a shadow around the images, how could I remove that?
Also, I’d like to make the two rows closer by a few more pixels, how could I do this?
I really appreciate your help! Awesome!
These will make the rows more closer:
ul.related_post li
{
margin: 10px 10px 0px 0px !important;
}
and these will make the shadow disappear:
ul.related_post li img
{
box-shadow: none !important;
border-radius: 0px !important;
}
Happy blogging 🙂