• I changed the header image and, although I am using just one image, it shows the default one on the home page.

    You can see it here:

    https://luisavelez.com/

    It only happens if you are a guest (correct image as admin) and only for the home page.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello Adan OVA,
    are you talking about the background image in header. If so then you need to check your theme style in Head and edit it there. Go to Theme Editor then in HEADER and EDIT THESE : .main-navigation { margin-bottom: -5px;}</style><style>.main-navigation { margin-bottom: 15px;}</style> <style type=”text/css”>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
    <style type=”text/css”>
    .site-title a,
    .site-description {
    color: #fff;
    }
    #header-image {
    background: url(https://luisavelez.com/wp-content/themes/sixteen/images/tracks.jpg) no-repeat #111;
    background-position: center top;
    }

    </style>
    </head>
    Replace the url with your custom header image.
    Visit us for more Help : https://www.hostseoblog.com/ & https://www.knowreviewtips.com

    Thread Starter AdanOva

    (@adanova)

    I was writing a long response but now it seems the problem corrected itself.

    It should have been some cache issue but I don’t think it was the browser’s fault. It may be the proxy I use at work =/.

    Anyway. Thanks for your answer but I wouldn’t set the header image manually. In my case, that piece of code is located in custom-header.php and writes the url using get_header_image(), which is nice as it allows people without PHP knowledge to change the header by interacting with the Dashboard.

    Again, thanks for your quick answer. Have a nice weekend.

    You are always Welcome.

    Hello, How does I add a logo to my header? I see nothing in the appearance or sixteen setting to add a custom logo.

    I would like to insert a small logo on the left side of the title in the header. Would appreciate information on how i can do it.

    I have added the logo to the header image in Photoshop.

    You can use css background property to add logo in the header or you can simply redder the logo image directly.
    You have to use header class / id :
    .your-header-class{
    // main css
    float:right;
    width:40px; // change it as per your requirement
    height:20px;
    background:url(‘url-of your-site-logo.png’);
    display:block
    margin: top-px right/left-px bottom-px;
    }
    for Demo you can checkout Know Reviews Tips, Tech Android SEO website

    Harpal Singh can you help me? How can I change my header image be there’s no like a litle squre there. I just want my image in my header. thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Default header image on home screen’ is closed to new replies.