This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Stan Russell
How do you add the phone and mail icon’s in front of text like on the contact page?
https://www.8theme.com/demo/royal/?page_id=10128
I have imported demo data but the contact page does not import.
I have tried the li option with no luck.
How do I get those icon’s please.
Thanks
Bek
Hello,
we have sent you ‘Contact page 2’ and ‘Contact us’ pages to your email so you can import them in Dashboard > Tools > Import > WordPress. Please do not forget to click on ‘Download and import file attachments’.
As for icons, they are added using following css code:
.fa-phone:before {
content: "\f095";
}
for phone
.fa-envelope-o:before {
content: "\f003";
}
for envelope.
You can use this css code for other elements if you have appropriate skills.
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up