Jump to content
Sign in to follow this  
indakno

Feature Text Colors

Recommended Posts

indakno

There is something wrong with the color of the text on my features. The bold text is always grey. Is there a way to fix that?

Share this post


Link to post
Share on other sites
batman
You can try add in PageLines > Site Options > Custom Code > CSS Rules [code].fcontent .ftitle small { color: white }[/code] You can go http://www.w3schools.com/cssref/css_colornames.asp or http://html-color-codes.info/ and select the color as you like You may also use color codes there, such as #C00000 , if you wish to use more specific colors.

Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
Danny
Hi Indakno, This is due to your using tags for your features titles. Add this to your custom CSS and change the color to whatever you like. [code]#features h2 small { color: white; }[/code]

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
batman
Uuuppsss, the Danny??s solution is more better than mine

Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
Danny
Your solution should work also ;)

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
indakno
Thank you guys. That worked. :D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×