Support for Envato Buyers Forums DGWork Is there a way to delete / hide the login button on the mobile app?

Viewing 4 reply threads
  • Author
    Posts
    • #11320
      bdendas
      Participant

      When you click the mobile hamburger menu there is an option to log into the WordPress backend of the website. I would like to delete this option from the menu. How do I go about doing this?

    • #11322

      Hi

      You can simply hide the login section from the mobile sidebar by the following custom CSS

      .pushy .account{display:none;}

      Put it into DGWork options > Custom Code > Custom CSS.

      Thanks

      • #11337
        bdendas
        Participant
        This reply has been marked as private.
    • #11340

      Your code syntax is incorrect, please try the following codes:

      .tmvs-grid .post .freeLabel,
      .text-desc .edd_price,
      .text-desc .add_to_cart,
      .site-info,
      .pushy .account{display:none;}
    • #11365
      bdendas
      Participant

      Uploaded this version, but is still not working and/or the WordPress login is still showing on mobile.

    • #11367

      I checked your website on mobile view, the login area is hidden on my screen, please check https://www.dropbox.com/s/ttdd9e52ah0yfx3/Screenshot%202017-03-24%2020.31.20.png?dl=0

      Is there anything I missed or my understanding is incorrect? Try again and remember clear the site or browser cache before you refresh the page.

Viewing 4 reply threads
  • You must be logged in to reply to this topic.