Hi Yigit
I am writing in response to this treat: https://kriesi.at/support/topic/text-instead-of-logo-3/
I wanted to add a text instead of a logo to the header. You gave me a code wich worked well.
The only issue is that i can still see the “Enfold” logo on the responsive version of the page when I look at it from my phone!
Help!
Best
Carolina
Hey Carolina!
Add this to your custom CSS.
.logo img { display: none !important; }
Regards,
Elliott
Hey Carolina!
Please add following code to Quick CSS as well
.responsive .logo img {
display: none!important;
}
Cheers!
Yigit
Thank you!