Change colour of page location bar

  • Author
    Posts
  • #117934

    I can’t seem to find out how to change the colour of the bar that shows you what page you’re on (sorry I don’t know the official name of it). It should show:

    Home > Our Team > Vannessa Joly

    But it’s in white font, so it won’t appear. If I change the Header background colour to black, then it will change the font to black. Does anyone know a work around for this?

    Website: accert.ualberta.ca/our-team/our-team-vj/%20‎

    #118230
    Zed
    Cryout Creations mastermind

    Hi,

    The breadcrumbs (the indicator of the section you’re currently on) is designed to be displayed on top of the header image and uses the color configured as the menu background color (together with several other elements).

    If you want to customize this element separately from the options, you can do so with CSS:

    #breadcrumbs-container span,
    #breadcrumbs-container a,
    #breadcrumbs-container i {
        color: ...;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Change colour of page location bar’ is closed to new replies.