Home › Forums › Jevelin Theme › Hours, email, call us icons
Home › Forums › Jevelin Theme › Hours, email, call us icons
Hi – I would like to change the color of only the icons in the main nav area for hours, call us and email – construction theme homepage. Do I need custom css for this? I can target them using .header-contacts-details-large-icon but color and bg color do not change the icons colors.
Many thanks
Hi @WendyM,
I hope you are well today and thank you for your question.
Yes we can change it developing custom CSS code so could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Thanks its https://wicked-web.co.za/grandi/
I would like the icons on the homepage to be white and icons on the subpages to be the blue I have specified.
many thanks in advance
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home .header-contacts-details-large-icon i::before { color: #fff; }