The link text color in the menu for small devices seem make it unreadable.
The theme’s support team would be a good resource to start with.
https://support.competethemes.com/
https://support.competethemes.com/mission-news/
CSS change could help – maybe adjust some of the link text color or background color:
.dropdown-navigation a, .menu-primary-items a,
.menu-unset > ul a, .site-header .social-media-icons a {
color: #fff;
text-decoration: none;
}
.dropdown-navigation a:link, .menu-primary-items a:link,
.menu-unset > ul a:link, .site-header .social-media-icons a:link, .dropdown-navigation a:visited, .menu-primary-items a:visited,
.menu-unset > ul a:visited, .site-header .social-media-icons a:visited {
color: #fff;
}
.dropdown-navigation a:hover, .menu-primary-items a:hover,
.menu-unset > ul a:hover, .site-header .social-media-icons a:hover, .dropdown-navigation a:active, .menu-primary-items a:active,
.menu-unset > ul a:active, .site-header .social-media-icons a:active, .dropdown-navigation a:focus, .menu-primary-items a:focus,
.menu-unset > ul a:focus, .site-header .social-media-icons a:focus {
color: #F3F3F3;
}
-
This reply was modified 2 years, 9 months ago by
lisa.
-
This reply was modified 2 years, 9 months ago by
lisa.
-
This reply was modified 2 years, 9 months ago by
lisa.