Hello,
My website should not have any tagline (the phrase next to the logo) since my tagline under the site identity is completely empty. However, it shows up while in tablet and mobile setting. How do I get rid of it completely?
Hey epipipharoo,
By any chance, did you call on kriesi_logo_addition in your functions.php? Did you try to replace your site logo with text before, by any chance?
We can’t see your functions.php file right now so we can’t check it.
Best regards,
Sarah
Hi Sarah,
No, I’ve never tried to replace the site logo with text before. Functions.php? How do I check that? In cPanel?
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.logo a span.subtext{
display:none!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
It worked, thank you!
Hi,
Glad that Jordan helped you and thanks for using Enfold :)
Best regards,
Nikko