Font Color Too Light

Posted in: Newspaper
Post count: 189

I changed my theme from the black version to the white version and the font color is coming out too light. Could you tell me how I can change that back, please? http://www.tampavoice.us/contact-us/

Post count: 23312

Hello Rhonda,

All the settings for your fonts are placed in Theme fonts, from where you made your changes. -> http://screencast.com/t/1s2BLL4IK Please check the Theme panel->Theme Colors and try to revert to the initial state with your settings because I do not know what type of changes you made.

Thanks for your understanding!

Post count: 3

I am unable to change the email address color in the Contact Us in the footer- it is grey, this is not in the theme colors please advise

Post count: 23312

Hello dmills1,

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

.footer-email-wrap{
color:red
}

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

Thanks.

Post count: 3

Thanks, but this if for the label, not the email itself,

Post count: 23312

Hello dmills1,

Try the code below

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

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

Thanks.

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