Change text color for the mobile menu “on-hover” sub-menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10035617
    quigley0908
    Participant

    I am looking wherein the CSS can you change the text color (on-hover) on the mobile menu for sub-menu links.


    #10035625
    Support
    Keymaster

    Hello,

    Here’s the custom CSS code you need:

    (css/custom.css):

    @media(max-width: 991px) {
        #header .header-nav-main nav > ul li.dropdown-submenu a:hover {
            background: red;
        }
    }

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.