Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #385369

    Hi there!

    I tried to change the trail-end color of the breadcrumb by adding this css

    .breadcrumb-trail .trail-end{
    font-color: #ff5100 !important;
    }

    however the standard font color (white) overrides. can you guys help?

    THANKS! Moniek

    #385497

    Hi Moniek!

    Please try the code as following

    span.trail-end {
    color: #ff5100!important;
    }

    If that still does not work, please create a temporary admin login and post it here privately so we can look into it

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.