• Resolved spacecake64

    (@spacecake64)


    hi,

    I’m using Sela theme on my wordpress and since i updated the theme my header image disapeared. I tried to put a new one but even with that i got still a blank instead. I already looked at the dimensions and it’s already 1180 px x 160 px. When i’m looking the code generated on the home page i can see a H1 (class site-title) and H2 (class site-description) instead of image.

    Can you help me please ? the website is on https://www.akord64.fr

    Thank you for answer and help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Css has been added to the site to the make the header background area white.

    This overrides css which adds the background image.

    I’m not quite sure how that css has been added – the theme stylesheet seems to be duplicated in either a custom css plugin or a plugin for creating child themes.

    Please try adding the css below to your site via the customizer in Appearance > Customize > Additional css.

    .site-branding {
        background: url("https://akord64.fr/wp-content/uploads/2017/04/Logo-1180x160.jpg");
    }
    Thread Starter spacecake64

    (@spacecake64)

    hi,

    thank you very much i checked the css additionnal code and I found this code lane

    .site-branding {
    background-color: #fff;
    }

    my bad thank you for help ^^

    Problem resolved ^^

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image header disapeared’ is closed to new replies.