• Resolved Tom

    (@tom323)


    hi there.. just installed your plugin on my website https://www.allchickenrecipes.com and it’s working fine but in mobile, the hide arrow overlays the menu option..(see this https://i.is.cc/ntqd4aK.png)

    So how to completely remove the hide arrow so my visitors can see the menu option…
    Note: Currently, i have disabled the plugin..

    Regards
    Tom

    • This topic was modified 6 years ago by Tom.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Tom

    (@tom323)

    Any updates..

    Plugin Contributor Lap

    (@lapzor)

    .mctb-close { display: none !important; } will hide it everywhere.

    You can also only hide it on smaller screens, like this:

    @media all and (max-width: 700px) {
    .mctb-close { display: none !important; }
    }

    You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.

    Hope that helps. If you have any questions, please let us know!

    • This reply was modified 6 years ago by Lap.
    Thread Starter Tom

    (@tom323)

    Thanks!! That worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove hide arrow’ is closed to new replies.