Skip to content

How to change the accordion's color? #37229

Answered by Edditoria
michelami asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the CSS variables provided by Bootstrap, and apply to .accordion:

.accordion {
	--bs-accordion-btn-color: ghostwhite;
	--bs-accordion-btn-bg: pink;
	--bs-accordion-active-color: maroon;
	--bs-accordion-active-bg: lightpink;
}

Hope it helps. Happy Coding :)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Mahamadou-Nouridine
Comment options

@uvistix
Comment options

Answer selected by michelami
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants