Hello,
I am trying to figure out how i can change the icons in the footer. Can someone point me in the right direction
Hello,
I am trying to figure out how i can change the icons in the footer. Can someone point me in the right direction
Hi,
You can use this CSS sample and font awesome: Find the Perfect Icon for Your Project in Font
.footer-widgets li::before {
content: '\f157' !important;
}
Please note that you need to specify the unicode to replace with a particular icon.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.