Hi,
1. I uploaded my logo. But there is still the Enfold logo on the website (praxis-herda.de). What should I do?
2. There is written the Logo should be 340px * 156px. Actually the logo is square. Mine is square, too.
Best regards, Susanne
Hi Susanne!
Thanks for contacting us!
1- What you are seeing is transparent logo and you can change it in Enfold theme options > Header > Transparency Options tab :)
2- It is the recommend size for rectangle logos. You can upload your logo in any size, it would automatically adapt to the size of your header which can be adjusted in Enfold theme options > Header.
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
Yigit
Hi Yigit,
thanks a lot. It works. One more question. The logo doesn´t appear on mobile?
Best regards,
Susanne
Hi,
Transparent header is disabled on mobile since header background color is white as your logo, it is not visible.
You can set a logo in different color in Enfold theme options, change header background color in Enfold theme options > General Styling > Logo Area or display transparent header on mobile by adding following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.html_header_top.html_header_transparency #header {
position: absolute !important;
background: transparent !important;
}}
Best regards,
Yigit
Thanks a lot.
Best regards, Susanne