Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change color accordion arrow bootstrap 5

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
Comment

Bootstrap default accordion arrow icon change

.accordion-button::after {
	background-image: url("path_to_image");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("path_to_image");
}
Comment

PREVIOUS NEXT
Code Example
Css :: email background image 
Css :: css float top 
Css :: RROR: PKGBUILD contains CRLF characters and cannot be sourced. 
Css :: center div css flex 
Css :: css for paragraph beautiful 
Css :: change png color css 
Css :: transform multiple css 
Css :: how to create a shape in css 
Css :: border css shorthand 
Css :: css text align center 
Css :: media query for mobile min and max width both 
Css :: css opacity 
Css :: css table th width 
Css :: how to center a div with position absolute 
Css :: how to remove css from element using jquery 
Css :: line sharpness css 
Css :: shrink div to fit content 
Css :: media query for max width and height 
Css :: Error: Could not find "stylelint-csstree-validator" 
Css :: set visibility css 
Css :: style scrollbar table 
Css :: background blur css 
Css :: Sf pro font html 
Css :: changer angle div 
Css :: wordpress https to localhost http 
Css :: css code examples 
Css :: css border styles 
Css :: css ordened list style color 
Css :: CSS logo left and navigation right 
Css :: text-align css 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =