• Hi there, I have been trying to figure out a solution for sometime. I even contacted the theme maker and their ideas did not work. As you can see from the link, the featured image is much larger than the actual post. At first I did not want a featured image on the post or page but if I chose that then I didn’t get it on the front/home page. :(a second option if I have to keep it was to reduce the featured image size because it dwarfs what I want to actually be on the post/page.however through the media or before in photoshop doesn’t work because the program puts it at the big size and because it is small, it looks blurry.and because of it its size people do not see what I want them to see on the post- the video or story or etc.. . Any idea how to make this actually happen? I am using Bootstrap Blog post Pro. Thanks in advance. I have been using WordPress since 2.8 and I know some code but I can’t figure this one out..

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • At first I did not want a featured image on the post

    this CSS should hide the featured image only on single video posts:

    .single-post.single-format-video .feature-image img {
        display: none;
    }

    try to add it via ‘appearance – custimize – additional css’

    Please upload big image and then select background (image size 1920 X 600)
    and then put code in style.css line no 786

    
    
     header .top-bar
    {
    	padding:200px 0px; 
    	background-repeat: no-repeat;
    	background-position: center center;
    	background-size: cover;
    	position: relative;
    } 
    • This reply was modified 5 years, 9 months ago by Anil Ankola. Reason: background-image
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image too big on post or page.’ is closed to new replies.