• Resolved Marco Rinia

    (@marcorinia)


    How do I set the top bar that it is always by default visible (and openend) on every page?

    Regards,

    Marco Rinia

    • This topic was modified 7 years, 3 months ago by Marco Rinia.
    • This topic was modified 7 years, 3 months ago by Marco Rinia.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    I guess you can hide the close button with the following CSS:

    .mctb-close { display: none !important; }

    You can add this CSS to your child theme or via a plugin like “Simple Custom CSS”.

    Hope that helps,

    Thread Starter Marco Rinia

    (@marcorinia)

    Hi Lap,

    This is not what i meant. I would like to have the top bar by default completely opened/visible/shown so that customers can fill in their emailadress directly in the topbar. Just without first clicking on the open/close button.

    Do you have a solution for this?

    Regards,

    Marco

    • This reply was modified 7 years, 3 months ago by Marco Rinia.
    Plugin Contributor Lap

    (@lapzor)

    Hi Marco,

    That is already the default behavior of the top-bar. But once someone has closed the bar we remember that via a cookie. If you clear your cookies from the browser (or use incognito mode) you will see the top bar is there, until you click to hide it and then it will stay hidden on your next page / visit.

    Hope that helps,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show the topbar always opened?’ is closed to new replies.