Sports Club PRO modify responsive.css This topic has 1 reply, 2 voices, and was last updated 3 years ago by Grace Themes. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 1, 2019 at 12:32 pm #16532 Luca GamberiniParticipant Good morning, how can I modify the responsive.css file in order to change hover color text in submenu on mobile devices? Best regards. August 2, 2019 at 5:02 am #16551 Grace ThemesParticipant Hi, To change the hover color of submenu on mobile devices Go to the Appearance -> Editor -> style.css add below css code at the end of file @media screen and (max-width:767px) { .sitenav ul li a:hover { color: #ec4613 !important; } } Regards Grace Themes Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In