page title conflicts with header image

  • Unknown's avatar

    Hello,
    Two questions please.
    1. is there a way to preservekeep the home page header image on all other pages?
    2. when i create a page and i use the option add header image the page title conflicts with the image. how can i solve it?

    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    1. is there a way to preservekeep the home page header image on all other pages?

    The Connect theme only displays the header image on the posts page. For all other posts and pages on the site, you can set a featured image to display in the header area.

    2. when i create a page and i use the option add header image the page title conflicts with the image. how can i solve it?

    Are you referring to the title overlapping the featured image on your posts/pages? If so, it’s possible to change this with some custom CSS. If you’re not familiar with CSS, it’s a coding language that’s used across the web to change the appearance of websites. You can read more about how this works at WordPress.com here:
    https://en.support.wordpress.com/custom-design/#custom-css

    To add custom CSS, you firstly need to go to My Sites in WordPress.com and then choose the option to Customize in the sidebar. You’ll reach what’s known as the WordPress.com Customizer. Here’s a direct link there for you:
    https://wordpress.com/customize/meever.co.il

    From here, click on the CSS tab. Below the introductory text in the resulting editor, copy and paste the following CSS:

    .feature-img.banner {
    overflow: visible;
    }
    
    .headline.img-headline {
      top: 110%;
      color: inherit;
    }
    
    .feature-img.banner + .content {
      padding-top: 90px;
    }

    Let me know how that goes or if you have any extra questions.

  • Unknown's avatar

    I just saw your answer.
    Thank you.
    I’ll check it later on today and let you know how it went.

    Regards.

  • Unknown's avatar

    @bettytu : Great! Let us know if you have any questions around it.

  • The topic ‘page title conflicts with header image’ is closed to new replies.