Change Link Color in Footer

Posted in: Newspaper
Post count: 3

Thank you SOOOOO much for helping solve my last issue (BIG THANK YOU!) I have one last final one, the “Contact Us” in the footer that comes automatically in the theme, how do I change the color of that link, as of right now it doesn’t show, you can look by visiting here http://hu2.7venstardesigns.com/ Thank you!

Post count: 23312

Hello artiium21,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

#menu-item-19 a{
color:red;
}

The result -> http://screencast.com/t/gXqWEf80

Please notice that is just an example for my side. Please try to inspect your Contact Us and take from there the menu item according to your website and implement it to your Custom CSS and check the results. -> http://screencast.com/t/89MvLKg9i

Thanks.

Post count: 3

Thank you for that one, I apologize I was speaking of the area right below the option to input footer content and below that is the option to input an email for people to contact you, please take a look on my site http://hu2.7venstardesigns.com/ you will see in the blue area that link is very hard to see

Post count: 23312

Hi,

Try the code below ->

.footer-email-wrap a{
color:red!important;
}

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.