- This topic has 9 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › Handy Theme Support › resize the displayed image
I use handy them, I want to resize the image displayed at: Our Specialist Section
Hi,
Kindly show us your website URL please?
Regards,
Dave
Hi! My website : https://test.medcare.vn, I want to ask more:In the post section, I want the image at the top of the post not to show anymore ,or display small, because the display is very bad
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.single .blog-post-repeat .post-thumb { height: auto;}
Regards,
Dave
Thanks, I want to hide the image, because it is very bad to automatically size the image
Hi,
Kindly use this one
.blog-post-repeat .post-thumb { display:none !important;}
Regards,
Dave
Thank you very much!But does it hide the display image from the catalog?
Hi,
Remove
.blog-post-repeat .post-thumb { display:none !important;}
And add
.single .blog-post-repeat .post-thumb { display:none !important;}
Regards,
Dave
Yes ! Thank you ^^
🙂
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]