- This topic has 4 replies, 2 voices, and was last updated 7 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › colour change for for phone and place marker icons SKT charity theme
Hi – please could you help me to change the colour of the place marker and phone icons at the top of the site? I am using a local host to develop the site so cannot share a url yet. However there is a screen shot to clarify what I would like to change. (The icons are circled in red) https://imgur.com/a/1wvmrXs .
I would like to change the colour to #8df444 GREEN.
Many thanks
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.signin_wrap i { color:#8df444;}
Regards,
Chris
Hi thanks for that it got me on the right tracks. For some reason your suggestion didn’t work but it worked when I put:
.signin_wrap span.phoneadressinfo i {
color: #8df444;
}
best wishes
update! – now i see it within the basic settings section ”Select icon color for header top strip” . It is weird how I look and look and still not see something right in front of me! 🙂
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]