-
Author
-
August 1, 2015 at 22:28 #71154
Enon11
ParticipantHello,
Is it even possible to play with navbar of Kelo?
I want for example:
Before Scrolling: http://puu.sh/jlEs3/c1700bf8e2.png
After Scrolling down from the slider: http://puu.sh/jlEs3/c1700bf8e2.pngIf you noticed, before scrolling the navbar text color and logo were different and after scrolling it was changed.
If it’s possible let me know the possible way to do it.
August 1, 2015 at 22:30 #71155Enon11
ParticipantSorry, wrong screenshot. After Scrolling: http://puu.sh/jlEJR/f4afe02335.png
August 2, 2015 at 13:58 #71195sharmstr
ModeratorTry this css to change the font after scrolling.
COPY CODE.navbar-transparent .navbar .kleo-main-header.header-scrolled { background-color: #fff !important; } .navbar-transparent.on-dark-bg .navbar .kleo-main-header.header-scrolled .navbar-nav>li>a, .navbar-transparent.on-dark-bg .navbar .kleo-main-header.header-scrolled .navbar-nav .caret:after { color: #000 !important; }
No advice on changing the logo. I believe its been discussed here before. Do a search or use a logo that works for both backgrounds.
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
August 2, 2015 at 18:40 #71242Enon11
ParticipantHello,
It didn’t worked. Please check here: http://wiki.ultraseedbox.com/
August 3, 2015 at 14:17 #71311sharmstr
ModeratorHow is it not working? Looks like it working to me.
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
August 3, 2015 at 21:42 #71393Enon11
ParticipantHello,
Nav before scroll: http://puu.sh/jo1sI/27bc7beebe.png
Nav after scroll: http://puu.sh/jo1CJ/250e7212de.pngText color did not changed, It was black before and It’s black after scroll too. what I want to do is to change the text after scroll or before scroll means I want to change the color for one instance it can be before scroll or after.
August 3, 2015 at 21:45 #71394sharmstr
ModeratorSet the navbar color text to white then. The code I gave you is to change it after scroll 🙂
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
August 3, 2015 at 21:54 #71400Enon11
ParticipantI tried to make it work the same way you suggesting.
See this:
Before Scroll: http://i.imgur.com/1zjnunS.png
After Scroll: http://i.imgur.com/KyvtmM0.pngAugust 3, 2015 at 21:57 #71401Enon11
ParticipantAlso, I tried that CSS in Quick CSS section and style.css section. Nothing worked.
August 3, 2015 at 21:57 #71402sharmstr
ModeratorHmmm. Did you change the text color using theme options or custom css?
Respond privately with a link please.
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
August 3, 2015 at 22:09 #71406sharmstr
ModeratorAhhh. Kleo can tell difference when you use light text or dark text. Its a new thing that I forgot about. Since changing it to white text it changes the css class from .on-dark-bg to .on-light.bg. So, try this instead for the second bit of code I gave you.
COPY CODE.navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled .navbar-nav>li>a, .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled .navbar-nav .caret:after { color: #000 !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
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.