Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #376782

    Hi there,
    I’ve added at funcions.php this code

    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= “My text“;
    return $sub;
    }

    and at Quick CSS this code

    .logo img { display: none; }

    My text is duplicate on mobile screen.

    How can I resolve this problem?

    • This topic was modified 9 years, 10 months ago by Linux-963.
    #376948

    Resolved: .logo img { display: none !important; }

    Bye.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Enfold: double subtext on mobile’ is closed to new replies.