This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Please use one topic for only one question.
Please use one topic for only one question.
Please use one topic for only one question.
hello, where can i change the colour of menu links on mobile view?
after clicking on a menu item the colour turns from white to blue, can i change it to change to orange e.g?
thanks
Hi.
Add this to file guardteam/library/theme/dynamic-styles.php here http://take.ms/NuPLo9:
@media (max-width:767px) { html .nav > li > a:hover, html .nav > li > a:focus { color: <?php echo esc_attr($guardteam_additional_color)?>; } }
You must be logged in to reply to this topic.