StyledThemes

Strange header image behavior

Home Forums WordPress Themes – Premium Pure & Simple Strange header image behavior

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #69595
    Vicki Berenson
    Participant

    I uploaded an image to the header image at https://www.cw.chillhere.net/. The site identity appears over the image. How do I hide that? I tried uploading the image in the logo area instead but then it just shows a duplicate of the image in a small box over the larger image. I have tried deleting all the images from the Media Library and starting over, with no success.

    On a different note:
    Ideally I would like to have the image in the banner widget area so I can have the menu on top of it (so you will see the image there as well) but I can’t get the image to stretch the full width of the screen. Perhaps the image itself is not large enough?

    #69608
    Styled Themes
    Keymaster

    just to be clear: you want to hide the whole site identity in the header? or the whole header?

    you probably need to use a wider image. Try one with 1920px or larger width.

    #69614
    Vicki Berenson
    Participant

    I can’t figure out how to put an image in the header image area without having the site title and tagline appearing over it. See attached image 1. Nothing in the logo image.

    Oddly, if I put the same image in the logo area I see one image superimposed on the other, and no site title and tagline – see image 2.

    I think you’re right that I need a larger image, though, for any of these to work.

    #69644
    Styled Themes
    Keymaster

    sorry the images failed to upload, they were too large filesize.
    could you try again (perhaps save them as JPG)

    You could try to hide the site title and tagline box with CSS (which is very unusual – you will have no branding showing sitewide)

    .site-info {
        visibility: hidden;
    }
    #69658
    Vicki Berenson
    Participant

    This is all very helpful. No need for me to upload any more images. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.