Okay
  Public Ticket #1957489
header setting button to delete
Closed

Comments

  • Nicolas started the conversation

    Hi,

    I do have an issue on the website, there is a setting button at the top of the site (see attached) that I can't figure how to delete.

    Can you please help ?


    Cheers.

  •  2,573
    Kevin replied

    Hi Nicolas !

    Add this css attribute to style.css in (Appearance-> Editor-> style.css) to hide it


    .nav-right .dropdown-button span {
        display: none;
    }

    thank you

  • Nicolas replied

    Thank you so much for such a quick feedback !


    Cheers.

  •  2,573
    Kevin replied

    Hi ,

    You're welcome!

    Please let me know if we can be of further assistance.

    If you're happy with the theme and support you received we would really appreciate it if you could leave us a good review and positive comment over on themeforest.

    It only takes a moment and really helps us to keep doing what we do best :)

    Just go to http://themeforest.net/downloads and click "Rate this item" under your theme.

    Many thanks in advanced!

  • Nicolas replied

    Hi Kevin,

    I did give the theme and support à 5 stars rate.

    Can you please help as we still have this setting button on the mobile website (see attached).

    Thank you by advance.


    Cheers.

  •  2,573
    Kevin replied

    Hi Nicolas !

    Add the following css attribute to your style.css file to hide it
    .nav-right {
    display: none;
    }

    thank you