Using the Flat Business Demo as a starting point. What is the cleanest way to have a bigger logo on the homepage without using the display:none method for the current logo? On all other pages I want to use the regular size.
Hi shakingtree!
You can go to Enfold theme options > Header > Header Size and set it to custom pixel value and increase header height and logo size will adapt automatically
Regards,
Yigit
You mean you can do this on a per page basis?
Hi!
That depends on the header type you are using. Can you post the link to your website so we can take a look?
Cheers!
Yigit
Hi!
Please add following code to Quick CSS
.home .logo, .home .logo a, .home .logo img {
height: 135%;
overflow: visible;
}
You can add your custom CSS code into custom.css file under Enfold/css folder.
Cheers!
Yigit
Hi!
I tried to provide you the simplest way. Is not this what you wanted? You can create a custom header and only show it on your homepage but that kind of customization would be out of scope of our support and needs to be done by a freelance developer.
Please elaborate and post screenshots showing the changes you would like to make.
Cheers!
Yigit