Sort of solved: Change icon in get_in_touch
I'm listing my office number as Phone and my cell number as Phone 2nd in the Contact Box. When displayed, both use the icon-phone icon. I would like to change the cell phone to use the icon-mobile icon. Here is what I have so far in my Custom CSS. The first line is just a test to make sure I'm getting to the right spot. And indeed, I can successfully change the background of the cell phone's icon. The second line is my attempt to change the icon but it's not working. How do I change the phone-2 icon to use icon-mobile?
.get_in_touch ul li.phone.phone-2 .icon i.icon-phone { background-color: #0000FF !important; }
.get_in_touch ul li.phone.phone-2 .icon i.icon-phone { class: "icon-mobile" !important; }
Thanks,
Comments
this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
Thanks for understanding!