• Resolved MissJaki

    (@missjaki)


    Thankyou kindly for creating this great theme. I love it. The only thing that is causing me some issue is images.
    On this page of snipets https://dobermansden.com/blog/
    can I get either the featured image size smaller? It looks HUGE!
    or instead of using featured image add a thumbnail image to show in snippet?
    whichever is easiest solution please

    Next question, on the actual post can I remove the featured image from showing so I don’t have a repeat of image? if not I will just have to delete image in content. Not a big deal. And again featured image is HUGE! can I make it smaller in posts?
    https://dobermansden.com/when-your-dog-runs-away/

    thankyou for your time and being so generous, Good karma to you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks glad you like it!

    Try the following CSS for making the Featured Images smaller:

    .featured-image {
      width: 100% !important;
      left: 0 !important;
      padding-bottom: 50% !important;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    If you’d like to then hide the Featured Images on the Post pages, but not on the blog, you can add the following CSS below the previous snippet:

    .singular-post .featured-image {
      display: none;
    }
    Thread Starter MissJaki

    (@missjaki)

    works thankyou ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Images sizing’ is closed to new replies.