- This topic has 3 replies, 2 voices, and was last updated 8 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Flat Commerce Pro › Font Color
Tagged: font color
Can I change font color? For example, I have font over my featured images on the slider, but it is white font and the image makes it very hard to see (it is light image). It would be better if the font could be a different color. There might also be other font (not on the static page title where you can pick it) that could be different colors.
Hello,
You can use some Custom CSS to change the color for the slider title.
Please go to your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS Options and paste in the following custom CSS
#feature-slider .entry-container .entry-header .entry-title a {
color:#ed7f00;
}
You can replace the color Hex code with the color code of your choice.
If you need reference on color hex codes, please see the link here : http://www.w3schools.com/colors/colors_picker.asp
Hope this Helps,
Best Regards !!
This was perfect, but I can’t seem to find a good color that shows up well on the image – is there a way to make the font show up on a button instead? Then I can make the button white or what ever color works to have the font show up? Maybe some CSS code for that?
Thanks!
Hello,
To apply the color to the text used in the button of the slider, you can replace the CSS provided in the thread above with the new Custom CSS provided below :
#feature-slider .entry-container a.read-more {
color: #ed7f00;
}
Hope this Helps,
Best Regards !!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |