Hi-
I need to use a larger image size for the logo area but need to know how to add the custom css to style.css so it displays larger than 340 px x 156 px. I’d like it to be double that size if possible.
Thanks!
Erin
Create your image the size you want it to be. Then go to the theme options / HEADER and choose CUSTOM and set the height there.
Hey Erin!
Also add this to Quick CSS:
.logo img {
width: 340px;
}
Cheers!
Josue
Perfect! Thanks to both of you. Looks great.
Erin