-
Author
-
February 10, 2015 at 19:36 #45481HKNParticipant
Hello,
I have a styling problem in the mobile view.
On the Home page is the background color black instead of white.
On the remaining pages the menu icon is white instead of black.Where can I change this?
Attachments:
You must be logged in to view attached files.February 10, 2015 at 19:59 #45487LauraModeratorHello, try adding this to style.css in child theme
COPY CODE@media (max-width: 991px) { .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: black !important; border: 1px solid transparent; border-radius: 4px; } } .kleo-main-header .navbar-collapse ul.kleo-toggle-submenu * { line-height: normal; color: black; } .navbar-transparent .navbar-toggle .icon-bar { background-color: #000!important; } .navbar-toggle { position: relative; float: none; padding: 9px 10px; margin-top: 0; margin-bottom: 8px; background-color: white; border-radius: 4px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 10, 2015 at 21:51 #45499LauraModeratorHello, if you have a cache plugin, clean cache, also use CTRL+F5 to clear your browser cache in order to see changes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 11, 2015 at 10:16 #45564HKNParticipantthere is no cache plugin used..
i have set the user rights to admin if u want to check itthanks
February 11, 2015 at 15:16 #45603LauraModeratorHello, check it out now please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 11, 2015 at 17:57 #45657HKNParticipantI solved my problem with:
COPY CODE@media (max-width: 991px) { .kleo-navbar-fixed.navbar-transparent .kleo-main-header { background: none repeat scroll 0 0 #ffffff; } [class^="icon-"]:before, [class*=" icon-"]:before { color: #000000; } .navbar-transparent .navbar-toggle .icon-bar { background-color: #000000!important; } .icon-bar { background-color: #000000!important; } }
February 11, 2015 at 18:23 #45664LauraModeratorHello, if its solved like that, delete the quick css i added in your kleo menu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.