Okay
  Public Ticket #3394927
Disable topUp button
Closed

Comments

  • ayadialipro started the conversation

    Hello,

    I would like to know how can I disable "toTop" button please.
    thanks

  •  1,627
    Andrey replied

    Hello, Dear Customer!

    Thank you for your question.

    To disable to top button, please open file main.css and add here the following code:

    #toTop {
        display: none !important;
    }
    

    Then save changes and check results at front-end.

    Best Regards!

  • ayadialipro replied

    Hi,

    Thank for your reply.

    I tried this but not work, I still see the button.


    Thanks

  • ayadialipro replied

    I means, it's work for mobile but not for desktop

  • ayadialipro replied

    It's work now,

    I think it was an issue with cache.

    Thank for your help

  •  1,627
    Andrey replied

    You are welcome!smile.png