Archived topic
Different size logo on other pages
1 reply · Started by Dylan on December 12, 2019
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!
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.