[Support request] Different size logo on other pages

Home Forums Support [Support request] Different size logo on other pages

Home Forums Support Different size logo on other pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1101884
    Dylan

    Hey, I am working on this site where on some part of the site we have to display another logo.
    Sadly, if I do by using the elements, there is no option to change the size of the logo displayed.
    The main logo looks good, but the logo on the Service page is very small.

    Is there a way to make both logos a different size?

    Thank you!

    #1101961
    David
    Staff
    Customer Support

    Hi there,

    you would need to use some CSS to style the logo separately ie.

    .page-id-251 .site-header .header-image {
        width: 300px;
    }

    .page-id-251 is the body class for the services page, each page has a unique post or page-id class you can target.

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