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; }
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.
I know how and where to customize the file. But I was hoping there was a Custom CSS option around it so I don't have to keep re-customizing that file every week with the weekly updates.
Problem: Somewhere along the way, the icon codes were changed in some theme update. Now '\e8ad' points to icon-klout. So I had to find out where icon-mobile moved to. It is now at '\e8db'.
It is bad practice for me to use the code, '\e8db', because you might move it around, with good reason, I'm sure. So I should be able to specify icon-mobile, then you can move it as desired.
But it doesn't look like you've yet provided a way to specify icons for get_in_touch via CSS. Could you add this to your enhancement request list? Thanks,
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
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!