• Please how can i change the breadcrumb text to white. Even if it’s only the page name?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author hummingbirdthemes

    (@hummingbirdthemes)

    Hi @wpmict,

    Please add this to your custom CSS (in “Appearance > Customize > Additional CSS”):

    ul.trail-items li,
    ul.trail-items li a {
        color: white !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrumb text color change’ is closed to new replies.