May 26, 2020 3:49 am
How can I add this pen icon in front of 'ADD TOPIC'
https://fontawesome.com/icons/pen?style=solid
Similar to how these buttons look:
4 Replies
May 26, 2020 7:56 am
Hi @stocksforum,
Please use the following CSS code:
button#add_wpftopic:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f304";
}
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.