- This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi I am trying to enable the site logo that is directly pulled from the theme options to be larger.
I can see on the CSS that it is coming from an uploads source.
It also shows 169px x 40px.
How do I change the pixel size? I haven’t seen this in the theme files.
Are there some other settings?
Go to Theme options >> Custom CSS and add following lines,
.site-logo img {
max-height: 43px; //Here set your height as you want.
}
Thank you very much.