How to add a ‘+’ to the accordion header
-
Is there an easy way to add a plus sign to the accordion header?
I tried adding ::after in a custom CSS and could not get it to work.
header.accordion-header::after {
content: ‘\02795’; /* Unicode character for “plus” sign (+) */
font-size: 13px;
color: #777;
float: right;
margin-left: 5px;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add a ‘+’ to the accordion header’ is closed to new replies.