Hide chat like icons - by Téo Jordão - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow

  • Avatar: Téo Jordão
    Téo Jordão
    Participant
    May 3, 2021 at 19:34

    Hide chat like icons, go back to the top and show budget (I use for form) on mobile.
    When I’m on my cell phone, the chat icon is not hidden after a false sale, I’ve tried everything with CSS, but as I said, I don’t know much about CSS.
    You can help me again, thanks in advance.
    * attached image

    https://ibb.co/NK8q6xQ

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 4, 2021 at 10:28

    Hello

    You can change the position and padding of chat icon on mobile by going to Dashboard > Click To Chat https://prnt.sc/12gvgus and set it according to your requirements.

    If this doesn’t work or you have more questions, just let me know, and I’ll be happy to help!

    Robert Hall
    Customer Support

    Avatar: Téo Jordão
    Téo Jordão
    Participant
    May 4, 2021 at 11:47

    yes, it is a possibility. But it is not what I need.
    I want the whatsapp chat icon to be hidden when the fake sale message appears. This is already happening for your icons. It is done in CSS but I tried it several times and as I don’t know much about CSS I couldn’t.

    I tried several codes among them … this one:
    But it does not work

    @media only screen and (max-width: 480px) {
    #sales-booster-popup.loaded ~ .ht-ctc-chat,	
    #sales-booster-popup.loaded ~  .ht_ctc_an_bounce
    	{
        transform: translateX(20px);
        opacity: 0;
        visibility: hidden;
    }
    }
    	
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 4, 2021 at 19:42

    Hello

    Kindly Add the following mentioned CSS rule in additional css

    #ht-ctc-chat {
    	z-index: 0 !important;
    }

    Robert Hall

    Avatar: Téo Jordão
    Téo Jordão
    Participant
    May 5, 2021 at 18:02

    change the possibility of the chat further up and left yours in the default position.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 5, 2021 at 19:55

    Hello,

    Contact chat plugin author to find out if they have option to change the position of it because I see that chat use inline styles to position it.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Hide chat like icons’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.