• Resolved misspeach81

    (@misspeach81)


    My site domsubliving.com has the mailchimp top bar but I want to remove the arrow tab at the bottom. It’s blocking my menu and I want the top bar to always be at the top, without letting visitors dismiss it. I do not want the top bar to stay visible when scrolling down though. How do I remove the arrow? Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    I suppose you can hide the triangle trough some custom CSS code like this:

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

    And maybe you want to push the bar to below the menu:

    .mctb-position-top { padding-top: 49px !important; }

    You can often add custom CSS to your theme via Appearance – CSS, or directly to your (child) theme’s style.css file or via a plugin like “Simple Custom CSS”

    But it sounds like what you really want is just a div added to the top of your website with a MailChimp for WordPress form in it, maybe by adding a widget area to the top of the header. I can’t really help you edit your theme tough.

    Hope that helps!

    Kind regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Want arrow to go away’ is closed to new replies.