This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
I don’t want the picture enlarged on the blog posts. Can you please let me know how I can eliminate this functionality (http://prntscr.com/c1u76j)
Hello,
You can add this code in Custom CSS
.blog-post .wp-picture {
display: table;
margin: 0 auto;
}
Regards,
Rose Tyler.
Nothing changed??? when you hover over the pic, it still becomes blue, and “view large” button shows.
I don’t want any of these happening…
Thank you…
Please, use this code:
.blog-post .wp-picture .zoom {
display: none;
}
Regards,
Rose Tyler.
all good… TU!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Blog Post Picture’' has been successfully resolved, and the topic is now closed for further responses