Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #281626
    Lamby
    Participant

    Hi,

    Is there a way to centre the Site Identity Image and change the background colour of that area?

    And is it possible to change the size of the header image?

    Thanks

    Stephen

    #281655
    Skandha
    Participant

    @lamby: Hello Stephen,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-branding {
        display: block;
        width: 100%;
        text-align: center !important;
    }
    #site-header-menu {
        margin: 0 auto;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #281685
    Lamby
    Participant

    Hi,

    This works fine thanks.

    Now I have it centred is it possible to change the colour either side of it so it makes it look like the logo goes across the whole page? At present its black but want to change it to same colour of logo. Hope that makes sense.

    Thanks

    Stephen

    #281732
    Skandha
    Participant

    @lamby: Hello Stephen,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        background-color: #ee2;
    }
    a:visited {
        color: #fff !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Site Identity Image’ is closed to new replies.