-
AuthorPosts
-
August 22, 2014 at 8:29 am #90091
Tatiana SParticipantHi,
The site is http://www.healthbenefitsofwater.com and I’m using Ethos with a child.
My problem:
I was able to change the color for the top main navigation, so I made the background blue and the links white. Unfortunately this cause the change in the color for the breadcrumbs links as well – they appear white, so invisible 🙂
I tried different css settings shown below and none worked 🙁
# breadcrumbs a {
color: #0263AA;
}
.v:Breadcrumb a {
color: #0263AA;
}.x-breadcrumbs .current a {
color: #0263AA;
}Please help.
Thanks,
Tatiana
August 22, 2014 at 8:47 am #90105
ZeshanMemberHi Tatiana,
Thank you for writing in!
Glad to hear you are making changes by yourself 🙂
The above issue can easily be solved by using the following CSS code instead:
.x-breadcrumb-wrap a, .x-breadcrumbs .delimiter { color: #bababa; }Hope this helps. 🙂
Thank you.
August 22, 2014 at 10:45 am #90200
Tatiana SParticipantThank you 🙂
Unfortunately it doesn’t work 🙁
Take a look at this for example: http://www.healthbenefitsofwater.com/category/drinking-water/why-we-should-be-drinking-water/
August 22, 2014 at 11:09 am #90225
MrinalMemberHi Tatiana,
Try the following:
#breadcrumbs a, #breadcrumbs .breadcrumb_last { color: #0263aa !important; }Hope this helps, Cheers!
August 22, 2014 at 12:19 pm #90278
Tatiana SParticipantHe, he… it worked!
Thank you 🙂
Now I have another small problem related to the changes I made to the top navigation.
If you go the the same link above and make the window very narrow like for a cellphone, you will see that on rollover, the drop-down menu background becomes white and again the text cannot be seen. Also it looks like the links are changes position somehow… (yes I did change their position for the normal desktop view, but I don’t know how to do this for the phones).
Can you help with this one here, or should I make another post?
Thanks,
Tatiana
August 22, 2014 at 12:29 pm #90280
ZeshanMemberHi Tatiana,
Thank you for writing in!
It seems that you have made some CSS changes, that was causing this issue. However it can be fixed by adding the following CSS code in under Custom > CSS in the Customizer:
.x-navbar .x-navbar-inner .x-nav-collapse .sub-menu a:hover { color: #1fa1de !important; }Hope this helps. 🙂
Thank you.
August 23, 2014 at 2:01 pm #90920
Tatiana SParticipantHi,
Sorry for the delay.
It works for the colors, but when the browser window is narrow, the menu looks weird…
August 23, 2014 at 2:41 pm #90940
RadModeratorHi Tatiana,
It was caused by other css.
Change this
.x-navbar .sub-menu { font-size: 98%; position: absolute; display: none; float: left; min-width: 200px; margin: 0; padding: 0; }Into this :
@media (min-width: 980px) { .x-navbar .sub-menu { font-size: 98%; position: absolute; display: none; float: left; min-width: 200px; margin: 0; padding: 0; } }Cheers!
August 23, 2014 at 6:01 pm #90993
Tatiana SParticipantWow – this is really AWESOME!!!
There was no way I could have guessed this… 🙂
Fantastic! Thank you so much!
Now, how can I get rid of that thin white line between the menu and the top banner, please?
August 23, 2014 at 8:08 pm #91011
RadModeratorGreat to hear that Tatiana! You’re welcome 🙂
About the line, just add this.
.x-logobar, .x-logobar-inner { border-bottom : 0 !important; padding-bottom: 0 !important; }Thanks.
August 24, 2014 at 8:35 am #91244
Tatiana SParticipantThank you , thank you, thank you 🙂
Wow, what a great help – wonderful!
August 24, 2014 at 10:22 am #91272
ChristopherModeratorAlways happy to help 🙂
August 24, 2014 at 2:27 pm #91332
Tatiana SParticipantHelp again please!!!
for some unknown reason, now I lost the background-color: #0063aa; of the top navigation on shrink… 🙁
Please help.
Thanks,
Tatiana
August 24, 2014 at 6:20 pm #91399
RadModeratorHi Tatiana
Add this 🙂
@media (max-width: 979px){ .masthead-stacked .x-navbar { background-color: #0063aa; } }August 25, 2014 at 6:03 am #91649
Tatiana SParticipantWow, it works perfectly! 🙂
But oh, I forgot: I also lost the color of the “>>” sign in between the breadcrumbs items… 🙁
Can you help please?
Thank you 🙂
Tatiana
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-90091 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
