Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #90091
    Tatiana S
    Participant

    Hi,

    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

    #90105
    Zeshan
    Member

    Hi 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.

    #90200
    Tatiana S
    Participant

    Thank 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/

    #90225
    Mrinal
    Member

    Hi Tatiana,

    Try the following:

    #breadcrumbs a, #breadcrumbs .breadcrumb_last {
        color: #0263aa !important;
    }

    Hope this helps, Cheers!

    #90278
    Tatiana S
    Participant

    He, 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

    #90280
    Zeshan
    Member

    Hi 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.

    #90920
    Tatiana S
    Participant

    Hi,

    Sorry for the delay.

    It works for the colors, but when the browser window is narrow, the menu looks weird…

    #90940
    Rad
    Moderator

    Hi 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!

    #90993
    Tatiana S
    Participant

    Wow – 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?

    #91011
    Rad
    Moderator

    Great 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.

    #91244
    Tatiana S
    Participant

    Thank you , thank you, thank you 🙂

    Wow, what a great help – wonderful!

    #91272
    Christopher
    Moderator

    Always happy to help 🙂

    #91332
    Tatiana S
    Participant

    Help again please!!!

    for some unknown reason, now I lost the background-color: #0063aa; of the top navigation on shrink… 🙁

    Please help.

    Thanks,

    Tatiana

    #91399
    Rad
    Moderator

    Hi Tatiana

    Add this 🙂

    @media (max-width: 979px){
    .masthead-stacked .x-navbar {
    background-color: #0063aa;
    }
    }
    #91649
    Tatiana S
    Participant

    Wow, 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

  • <script> jQuery(function($){ $("#no-reply-90091 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>