indakno 0 Report post Posted July 26, 2012 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 389 Report post Posted July 26, 2012 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+ 1,327 Report post Posted July 26, 2012 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 389 Report post Posted July 26, 2012 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+ 1,327 Report post Posted July 26, 2012 Your solution should work also ;) Please search our forums, before posting! Share this post Link to post Share on other sites
indakno 0 Report post Posted July 26, 2012 Thank you guys. That worked. :D Share this post Link to post Share on other sites