This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Olga Barlow
How is it possible to change the side-panel icon at the upper right corner? I figured out, that the icon, that is used there, is an icon from the font Awesome. I would like to exchange this icon with a telephone, which is also included in this font.
Hello,
Yes, you can change it by adding some css style in your custom.css.
Firstly create custom.css file in wp-content/themes/theleader/
Then go to Theme Options > Custom CSS > On.
Add following code in custom.css:
.side-area-icon i:before{
content:"\f095" !important;
}
Regards 8theme
Tagged: change, customize, icon, side-panel, themes, woocommerce, wordpress
The issue related to '‘Change side-panel icon’' has been successfully resolved, and the topic is now closed for further responses