Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251314

    Hello!

    Is there a way to customize a different rollover color for the breadcrumbs?

    http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/al/

    Currently, the rollover for my menu is the same as the background color of my breadcrumbs.
    As you can see once I rollover to select something in my breadcrumb section the text “disappears.”

    Any ideas? Thank you!

    #1251366
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To change the color and hover colors of the breadcrumbs, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-breadcrumbs a, 
    .x-breadcrumbs span, 
    .x-breadcrumbs .current {
        color: white;
    }
    
    .x-breadcrumbs a:hover, 
    .x-breadcrumbs .current:hover {
        color: #fff;
    }

    We would loved to know if this has work for you. Thank you.

    #1252147

    That worked!
    [You are great.]
    Thank you!

    #1252274
    Joao
    Moderator

    Glad to hear it! 😀

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