Awsome font title icons not responsive
-
Really like this plugin.
I’ve added icons before the titles using FontAwesome and the following CSS:
.accordion-title {
border-top: 1px solid #92c51a;
padding: 0.6rem 0 0;
cursor:pointer;
}
h5.accordion-title {
color: #666 !important;
font-size:0.95rem;
font-weight:bold;
}
.accordion-title:before {
font-family: FontAwesome;
color: #92c51a;
content: “\f055”;
margin-right:1rem;
}
.accordion-title.open:before {
color: #FFA500;
content: “\f056”;
}Works perfectly on desktop but not on other supports (Safari).
How can I make the “before” icons responsive?
Thanks
https://www.lesbenines.org/faq/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Awsome font title icons not responsive’ is closed to new replies.