Skip to content
Discussion options

You must be logged in to vote

Here from the inspect/developer mode:

Then you create a CSS rule to overwrite (that's a quick and dirty CSS rule as the use of !important should be avoided in general)

---
title: "demo"
title-block-banner: "#4097C2"
title-block-banner-color: white
include-in-header:
  - text: |
      <style>
      @media (min-width: 992px) { /* because the bread crumbs are only on the banner on large screens */
        .breadcrumb li a {
          color: white !important;
        }
      }
      </style>
---

For more, I'm afraid you'll have to learn (S)CSS and how HTML works.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@lizevons
Comment options

@mcanouil
Comment options

Answer selected by lizevons
@cderv
Comment options

@lizevons
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants