New Landing How can we help? Cardinal Mobile header logo – use text instead of logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #233716
    pleeman
    Member
    Post count: 105

    Is it possible to use the site title text for the mobile header “logo” instead of the actual logo used for larger screens?

    #233938
    David Martin – Support
    Moderator
    Post count: 20834

    It’s possible to maybe do this with CSS, what is your URL. I’ll need to see your logo image and text logo setup.

    Thanks.

    #233942
    pleeman
    Member
    Post count: 105
    This reply has been marked as private.
    #233947
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Have you added text to the ‘text logo’ option?

    – Kyle

    #233953
    pleeman
    Member
    Post count: 105

    Yes, I have text specified for the Site Title.

    #233964
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This should do it:

    
    @media only screen and (max-width: 991px) { 
    #mobile-logo.has-img img {
        display: none;
    }
    
    #mobile-logo.has-img a:before {
        content: "LOGO TEXT";
        font-size: 22px;
        position: absolute;
        left: 15px;
    }
    }

    Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register