• Hi support,
    When I click on a icon (in this case the linkedin icon) in the menu on a tablet, the clicked color of the icon stays active.

    So the normal color of the icon is blue, the clicked color is red. And after clicking the icon stays red.

    I don’t want the icon to stay on the clicked color.

    Is it possible to change that?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Poonam Namdev

    (@poonam9)

    Hello @damnsharp

    Add the following custom CSS to Appearance -> Customize -> Additional CSS

    .main-navigation .main-nav ul li[class*="current-menu-"] > a {
        color: #054462!important;
    }

    Let me know how it goes.

    Thread Starter Damiaan van Vliet

    (@damnsharp)

    Thanks @poonam9, I tried it but that was not the right code.
    Because I want to see the other menu items have a different color when in current state.

    But… it helped me to figure out a solution. I use this code:

    .menu-item i._mi {
        color: #054462!important;
    }

    So only address the LinkedIn icon (in this case) which is always blue.

    Plugin Support Poonam Namdev

    (@poonam9)

    Hello @damnsharp,

    I’m not able to see your site at this moment. Screenshot: https://prntscr.com/mbng7w

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icon color when clicked on tablet’ is closed to new replies.