• Resolved jaimespaillatmk

    (@jaimespaillatmk)


    Hello, hope you’re ok. I would like to remove the contact bar from a specific page on my website. How can I do this? Best regards, JE.-

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anna Bansaghi

    (@annabansaghi)

    Hello,

    There is no specific settings for that, but you can set custom CSS to hide the contact bar on specific pages, for example:

    .home #mobile-contact-bar {
        display: none;
    }
    Thread Starter jaimespaillatmk

    (@jaimespaillatmk)

    Done, Anna. Thanks for your prompt response. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove bar from a specific page.’ is closed to new replies.