Skip to content

Spinner color in mini cart of woocommerce #897

Answered by crftwrk
klausvennik asked this question in Q&A
Discussion options

You must be logged in to vote

You have just roughly overridden your primary, danger etc. colors but the origin blue/red still exists. For example the cart count badge:

.bg-danger {
  background-color: #355F2E !important;
}

This is the wrong way. Define theme colors in child-theme's _bootscore-variables.scss:

$primary: #355F2E;

All blue is now green. Check https://bootscore.me/documentation/theme/css-scss-compiler/ how to change Bootstrap colors correctly.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@klausvennik
Comment options

Answer selected by klausvennik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants