• Hi!
    I’m using a WP.org template called
    SOSIMPLE BY FERNANDO VILLAMOR JR.
    And when I try inserting a header, it does not show up, even though it seems to have been uploaded succesfully, and even though it’s the right format and size. I don’t know if it’s maybe something .css coding that I’ve accidentaly messed up?
    The page is https://isbjorgskitchen.com/

    I’ve copy pasted whatever’s in my css coding that has “header” in it below:

    .site-header:before,
    .site-header:after {
    display: table;
    content: ”;
    }

    .site-header:after {
    clear: both;
    }

    /* =Header */
    .site-header {
    margin: 0 0 15px;
    padding: 0 0 24px;
    border-bottom: 3px solid #eee;
    }
    .site-logo {
    display: block;
    width: auto;
    max-height: 150px;
    margin: 0 auto 7px;
    }
    .custom-header {
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
    border-radius: 5px;

    .page-header {
    margin-bottom: 27px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your header appears to be showing. The code above appears to have an additional speech mark but having looked at the site the header appears to be visible.

    Thread Starter Isbjorg

    (@isbjorg)

    Hello. Thank you for answering!
    By header I mean a photo that I want to upload, and not just the “ísbj?rgs Kitchen” title. Can you see a picture? I cannot. Maybe it’s my screens that are not cooporating.
    By speechmark, do you mean

    content: ”;

    ? Because I tried deleting the speechmark without anything changing. ??

    Hello Isbjorg –

    I’m very new to WordPress myself, however, I did put a photo in the header area of my site.

    In the style.css file under the class .site-header you can add the path to an image.

    Hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header not showing’ is closed to new replies.