Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1404579

    Hi, on my https://www.fabiopiccini.com/welcome/
    I’d like that the page displaying the articles only had thumbnails on the left and no images in text like on the page https://www.fabiopiccini.com
    it’s possible?
    and I also want the thumbnails not to be square but the same proportions as the featured image.
    thanks for any help you can give me

    #1404599

    Hey Gianluca,
    On your page /welcome/ to hide the images in the posts try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-629 .template-blog  .entry-content p img {
    	display: none;
    }

    To have the small image the same proportions as the featured image try this css:

    #top.page-id-629 .template-blog .small-preview {
        width: auto;
        height: auto;
    }

    After applying the css, please clear your browser cache and check.
    This is the expected results:
    Enfold_Support_1784.jpeg

    Best regards,
    Mike

    #1404861

    Hi Mark the image are correctly hidden while I still see the small images not the same proportions as the featured image but squared.
    What am I doing wrong?

    #1404866

    Hi,
    It looks like you added some of the text from the thread into your css:

    To have the small image the same proportions as the featured image try this css:#top.page-id-629 .template-blog .small-preview {
        width: auto;
        height: auto
    }

    please find this and change to this:

    #top.page-id-629 .template-blog .small-preview {
        width: auto;
        height: auto;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1404905

    You were right I’m so stupid… and so sorry.
    We can close the ticket
    Thanks a lot
    Gianluca

    #1404935

    Hi,

    Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘featured images on a blog page’ is closed to new replies.