This topic has 6 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi
How to change the icon-home colorn below
<p class=”footer-home”>
<i class=”icon-home”></i>
United Kingdom, London <br>
Simple Street 15A
</p>
replace below not work
<i class=”icon-home” style=”color: #08088A”></i>
Hello,
Please show on a screenshot what icon you want to modify and provide us with link to your site.
Thank you.
Regards,
Eva Kemp.
since i have shown the information of office address
at ./contact
<p class=”footer-home”>
<i class=”icon-home”></i>
United Kingdom, London <br>
Simple Street 15A
</p>
Home Icon is white color and background color is always white .
that why I want to change home icon as dark
Best Regards
Mr YEUNG
Hello,
As I see footer background is grey and it’s looking fine. Please see screenshot: http://prntscr.com/7buyov
Regards,
Robert Hall.
Any example code change background color as grey when I call contact form
thanks
Hello,
If you want to change color for “home” icon you need add this code in custom.css file:
.footer-home i {
color: grey !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up