Hi – I can not get a large logo to appear in the transparent header. I uploaded a logo at 340px * 156px but it stays one size no matter if i choose slim, large or custom in the header size options. I’ve cleared cache. Any idea what is going on?
So have you set the customer head size to 340 * 156px? Whats the website url?
the logo is 340 * 156. http://quoted.staging.wpengine.com/ (hosted on WPengine)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.responsive #top .logo, .responsive #top .logo a, .responsive #top .logo img {
height: auto !important;
max-height: 100% !important;
}
Seems like you have a custom CSS code to set the values to 55px
Best regards,
Yigit
Hi!
Please check Style.css file of your child theme in Appearance > Editor and remove following code from there as well
.responsive #top .logo, .responsive #top .logo a, .responsive #top .logo img {
height: 55px !important;
max-height: 55px !important;
}
Cheers!
Yigit
Hey!
Please go to Enfold theme options > General Styling tab > Header > Header background color and set it to black
Cheers!
Yigit
got it.