This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
There’s no option to resize the logo in the 8theme options > General > Header Settings.
It’s not there. Where can I find it or what code can I place to make it larger. Thanks!
Hello,
Thanks for the question.
Please add this code in Theme Options > Styling > Custom css:
.header-logo img {
max-width: 500px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up