How can I remove user login from mobile version?

This topic contains 6 replies, has 2 voices, and was last updated by  Alex Rollin 4 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #532215
    #532227

    Alex Rollin
    Moderator
    Post count: 27815

    That can be done with CSS

    
    
    
    .dt-mobile-account-wrap {
        display: none;
    }
    

    Add CSS to the Customizer

    #532232

    matteodifelice
    Free User
    Post count: 3

    Thanks a lot for your quick answer Alex!
    I tried but I’m getting an error (see attached screenshot)
    Any additional suggestion to fix?
    Thanks
    Matteo

    #532235

    matteodifelice
    Free User
    Post count: 3

    I’m attaching a new better screenshot of the error I got…

    #532257

    Alex Rollin
    Moderator
    Post count: 27815

    I have updated the CSS, please try again.

    If it doesn’t work please include WP Admin credentials so we can take a look at the settings.

    #532331

    matteodifelice
    Free User
    Post count: 3

    It wokrs!
    Thanks a lot Alex! Your software is really great and I hope to expand the scope of my project soon buying a first add on.
    In the meantime I wrote a 5 star review on WordPress.org (screenshot attached): you definitely deserve it! 🙂

    #532469

    Alex Rollin
    Moderator
    Post count: 27815

    Thank you for that, thank you very much 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket