• Hi! I have a problem with the feature images of my posts, although I edit them nothing seems to happen when I upload them, they always look too big and blurry…I don’t know what else to do please help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author AF themes

    (@afthemes)

    Hello @kpurbeauty,
    First off, thanks for reaching out, as the theme has been developed in the way that it displays the featured image of single post to 100% wide. If you tend to reduce its size, please paste following snippets to Customize>Additional CSS section.

    .post-thumbnail img {
        width: 80%;
        display: flex;
        margin: 0 auto;
    }

    Alternatively, you can hide it completely with following code:

    .post-thumbnail img {
       display:none;
    }

    If the given solutions are not suitable to you, please come upon our direct email support from https://www.afthemes.com/supports/

    Best regards

    Thread Starter Kpauli

    (@kpurbeauty)

    Thanks a ton! it helped ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image too big and blurry’ is closed to new replies.