- This topic has 5 replies, 3 voices, and was last updated 8 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Adjusting font colour on home page footer
Hello,
How do I adjust the font colours on the footer for the days of the week, email, web site, etc from orange to blue? Can’t seem to find in the settings.
It’s on this page: http://www.fitnessconnection.ca/
Thanks!
Hi Christine,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.office_timing .time_row .day, .recent-post li span, .footer-col-3 h2 span, .phone-no strong{ color:#ffffff !important;}
Regards,
Brad
Thanks Brad, that worked! It updated the colour for the days of the week text.
Is there a CSS code I can use to adjust the colour for the email address, website and quick links? Right now the actual email address is coming up white and I want to change it to another colour such as blue.
Thanks again!
Hi Christine,
Add this code in custom css box:
.phone-no a{color:#003466 !important;}
Regards,
Brad
Works- Thank you!
If I wanted to adjust the quick links to the same colour, which CSS should I use?
Thanks in advance!
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.footer-col-2 ul li a { color:#003466 !important;}
.footer-col-2 ul li:hover a { color:#fff !important;}
Regards,
Shri
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]