-
Author
-
September 23, 2015 at 19:23 #79181denizalpParticipant
In my mobile site menu items are invisible because these are same color with the background. I have to change the color but I can’t find which. Which one I have to change Alternate, Side, Socket etc. Heading color, link color etc. ??
September 23, 2015 at 22:21 #79211sharmstrModeratorPut this in your quick css
COPY CODE.header-color a, .header-color .navbar-nav .dropdown-menu li a { color: #303030 !important; } .header-color .navbar-toggle .icon-bar { background-color: #303030 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 24, 2015 at 00:03 #79239denizalpParticipant@sharmstr it works well for mobile but this code also affect the normal site. Look at it. http://www.drewamca.com/ normal menu items are just fine but sub-menus can’t read.
September 24, 2015 at 00:28 #79253sharmstrModeratorbut a media query around it. looks like your menu changes at 1487px
@media(max-width:1486px){
.header-color a, .header-color .navbar-nav .dropdown-menu li a {
color: #303030 !important;
}
.header-color .navbar-toggle .icon-bar {
background-color: #303030 !important;
}
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 24, 2015 at 02:23 #79263sharmstrModeratorWhoop! Sorry I didnt catch that from the start 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.