• Hi, i’m customizing Palmeria Theme.
    I would like to delete or at least resize the header image in the front page…
    Can you help me?

    Then i would like also to remove the custom-header image in the pages template.

    Ty!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @simonercc,
    You may try to use the style below to reduce the height of the featured image on the home page

    body.page-template-template-front-page .site-content .site-main > .hentry .front-page-header-wrapper{
    	min-height:40vh !important;
    }

    Could you provide a screenshot of the page layout without custom-header image section as I can not understand what you try to achieve by removing it? There are placed navigation menu and logo over that image section. Thanks.

    Thread Starter simonercc

    (@simonercc)

    Hi @dmytro ,
    this is for example one page without featured image… i would like not to have that “spacing” in grey…
    https://ibb.co/4431WLJ

    Then i was also wondering if is possible to remove even in home page the featured image or at least reduce its size (reducing size is maybe effective with your suggested fix i think)

    ty

    Thread Starter simonercc

    (@simonercc)

    Hi @dmytro i’ve a big problem actually!
    From my personalization panel of the theme in wordpress in the “Colors” tab is disappeared the selector of the Header Text Color!
    I need to change the text in the header but i do not know how to do it anymore…
    I would like to fix it to BLACK (so all the main menu presented in the header and the “hamburger” icon in the mobile version)

    Can u help me pls?

    Hi @simonercc,
    I could not replicate the issue locally and the Header text Color option is present at my local installation. Perhaps there is a conflict with a third-party plugin installed on your site?
    Actually you may try to force a new color for the header by adding the style below to Appearance > Customize > Additionals CSS:

    #masthead.site-header * {
        color: #000 !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete header image in home page’ is closed to new replies.