• Resolved prisaweb

    (@prisaweb)


    Hello!
    I just downloaded the theme
    and in the template is supplied with photos,
    but I can not see those pictures, ( this like a coffee) or to download an new photo, for to chenge or some like that.
    tnx!!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to upload your own image, under Appearance>Header. Best way is to have an image the exact size of the header area, 1140 x 320 and choose not to crop it.

    There are imbedded items in the header, like text and search field. Un-check the “Show header text with your image.” under the header section. To remove the rest, add this to your child theme style sheet.

    #header input#s {
    display: none;
    }

    #site-title img {
    margin: 0px;
    }

    #social-media-icons {
    display:none;
    float:none;
    margin-top:0;
    }

    #header #searchform {
    float:none;
    }

    Thread Starter prisaweb

    (@prisaweb)

    Thank u så much!!!!!!!!!!!!!!!

    Np. Glad it worked.

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