[Resolved] Mobile Menu Click Styling Removal

Home Forums Support [Resolved] Mobile Menu Click Styling Removal

Home Forums Support Mobile Menu Click Styling Removal

  • This topic has 5 replies, 2 voices, and was last updated 5 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #868698
    Danny

    Hello, I get a button-like color fill when I click on mobile link in the slide-out menu. How may I remove it?

    Sample

    #868735
    Leo
    Staff
    Customer Support

    Hi there,

    This is the CSS you’ve added for that effect:

    .main-navigation .main-nav ul li.nav-button2 a:hover {
        background-color: #01bca6 !important;
        border: 2px solid #01bca6;
        color: white !important;
        text-decoration: none !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 5px;
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 0%;
        letter-spacing: 1px;
    }
    #868738
    Danny

    How would I apply this styling only to desktop and not to mobile?

    #868739
    Leo
    Staff
    Customer Support
    #868755
    Danny

    Thank you, this resolved my issue

    #868768
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.