-
Post count: 61nbitsosNovember 7, 2017 at 9:52 am #25103
1)On any post I put a featured image and on home page where is displayed there is an additional icon on that image. How to hide it?
See link.
https://wetransfer.com/downloads/44d49bb65f5b4020673d170c76532d0320171107095136/0e997d0bf142e54fa0819d5a0d533ba520171107095136/e77fc92) Also, what is the optimal-best image size for an image to place it as featured and to be displayed correctly (in all it’s dimensions)?
thank you.
Post count: 2759JegbagusNovember 7, 2017 at 10:40 am #25112hi nbitsos,
1. you can use this code, and put it on customizer > additional css :
1.jeg_post.format-gallery .jeg_thumb::before, .jeg_post.format-video .jeg_thumb::before { display: none; }2. For block, we mostly use 715:1000 ratio. but basically it will cropped on landing page. but on single page you have option to setup what size of image for your featured image, on JNews : Single Post Option > Single Post Option > Post Thumbnail Size
on our demo, we usually use image with size 1024 x 768.
Thank you
Post count: 61Post count: 61nbitsosNovember 7, 2017 at 11:00 am #25120I have put is:
.jeg_post.format-gallery .jeg_thumb::before, .jeg_post.format-video .jeg_thumb::before { display: none; }
but doesn’t work, it now displays two icons (see link).
Post count: 11394AdekNovember 7, 2017 at 11:12 am #25122Hi nbitsos,
Please try to replace the previous code with this one below :
1234.jeg_post.format-video .jeg_thumb:after, .jeg_post.format-gallery .jeg_thumb:after,.jeg_post.format-video .jeg_thumb:before, .jeg_post.format-gallery .jeg_thumb:before {display: none !important;}Thank you
Post count: 61nbitsosNovember 7, 2017 at 11:27 am #25123thank you,worked.
Post count: 11394AdekNovember 8, 2017 at 12:32 am #25140You’re welcome nbitsos 😀
You must be logged in to reply to this topic.