Hi!
1. After upgrading to Enfold, I started using a wider theme layout. My blog images (not the featured ones on top, but those within the posts) are now too narrow. Is there a way to resize them in bulk, rather than one by one?
2. Is it possible to remove breadcrumbs from all old blog posts, also at once, rather than one by one?
Regards,
Poirot
Hey Poirot!
1- Can you please post the link to your blog page?
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-post .title_container { display: none !important; }
Cheers!
Yigit
Hi Yigit!
Sorry for this late reply, I have been abroad for two months, and now catching up with my open topics.
The code worked, thank you!
Best regards,
Poirot
Hi!
Glad to know we could help.
However, was the first issue resolved as well?
Cheers!
Dake
Hi Dake!
Thank you for reminding me, I haven’t solved it yet. Basically, when I import an image into a post, I scale it to the maximum width. In the meatime, I changed the container width, so now the images are too small.
Best regards
Poirot
Hi!
May we have a link to one of your blog pages (also temporary admin access to your website) so we can take a closer look?
Regards,
Dake
Hi Dake!
Thank you for your help. Please find details below:
Regards,
Poirot
Hi!
use this code in Quick CSS field to adjust image size on your blog page:
a.slide-image {
width: 100px !important;
height: auto !important;
}
and adjust width value as needed.
Best regards,
Andy