Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #491949

    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

    #492133

    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

    #526360

    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

    #526548

    Hi!

    Glad to know we could help.

    However, was the first issue resolved as well?

    Cheers!
    Dake

    #526616

    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

    #526889

    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

    #527045

    Hi Dake!

    Thank you for your help. Please find details below:

    Regards,
    Poirot

    #528586

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.