Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #799212

    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?

    #799360

    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

    #801691

    Hi Sarah,

    No, I’ve never tried to replace the site logo with text before. Functions.php? How do I check that? In cPanel?

    #801719

    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

    #802419

    It worked, thank you!

    #802469

    Hi,

    Glad that Jordan helped you and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tagline That Keeps Appearing?’ is closed to new replies.