• Hi, I hope someone can help me – I’m a super newbie sorry so don’t know what info you’ll need so please ask 🙂

    I’ve been adding a featured image to my blog posts because I like the way it adds a thumbnail image to each of the post titles on my blog page, but I hate how it’s then using a horrible stretched pixellated version of that image as the post header image! I would prefer the header image to be the same as my homepage on every page.

    Can anyone help me to resolve this?
    (I’m using the ‘Tasman’ theme)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello sparkla91 ,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .wp-custom-header {
         content: url("https://i2.wp.com/content.phuket101.net/wp-content/uploads/20181015165943/phuket-best-beaches.jpg");/*url of your header image*/ 
    }

    Hope this will helps you.

    Thanks.

    Thread Starter sparkla91

    (@sparkla91)

    Thank you AddWeb – is there any particular spot within the file that I need to add it? And do I need to take anything out?

    (Sorry, really unfamiliar with how things work – only just starting out!)

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Go to Appearance->Customize->Additional CSS and add above code and publish

    Thanks.

    Thread Starter sparkla91

    (@sparkla91)

    Hi, I just tried what you suggested and unfortunately it’s not working. Do you have any other suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help – I don’t want my featured image as a header on my blog post’ is closed to new replies.