Home › Forums › Handy Theme Support › resize the displayed image
- This topic has 9 replies, 2 voices, and was last updated 4 years, 9 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
February 28, 2019 at 4:30 am #118065
I use handy them, I want to resize the image displayed at: Our Specialist Section
February 28, 2019 at 7:30 am #118099Hi,
Kindly show us your website URL please?
Regards,
DaveMarch 2, 2019 at 1:05 am #118253Hi! 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
March 4, 2019 at 6:06 am #118372Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.single .blog-post-repeat .post-thumb { height: auto;}
Regards,
DaveMarch 4, 2019 at 6:30 am #118376Thanks, I want to hide the image, because it is very bad to automatically size the image
March 4, 2019 at 10:12 am #118434Hi,
Kindly use this one
.blog-post-repeat .post-thumb { display:none !important;}
Regards,
DaveMarch 4, 2019 at 10:17 am #118437Thank you very much!But does it hide the display image from the catalog?
March 4, 2019 at 10:27 am #118441Hi,
Remove
.blog-post-repeat .post-thumb { display:none !important;}And add
.single .blog-post-repeat .post-thumb { display:none !important;}Regards,
DaveMarch 4, 2019 at 10:32 am #118444Yes ! Thank you ^^
March 4, 2019 at 11:53 am #118461🙂
-
AuthorPosts
- You must be logged in to reply to this topic.