Hello.
I’m not familiar with the WordPress theme Tesseract, but its simpel CSS.
.CSS-selector {
color: black !important;
}
The !important is added so it overrides any attribute of color already set in that CSS selector.
If you would provide a link to your site, i could review it, and send you the correct CSS code.
Sincerely Anders, [Link redacted]
http://www.saxeeme.com I have solved the problem on my blog page but the cart problem still exists. I have tried your suggestion on the cart page css but it did not work. When you add a product to the cart with the “add to cart” button and then go to the cart page you will see that I have had to put a background color in the cart in order to see the item description at all. If I did not do that it is impossible to see the contents of the cart because of the color of the font.
If you are trying to code HTML/CSS, it would probably be a good idea to get a good understanding of them.
There are lots of guides available, here is one for CSS:
http://www.htmldog.com/guides/css/beginner/
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
http://vimeo.com/39023468
You should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.com
Then to edit this editor is fantastic. You can edit multiple files at the same time.
http://notepad-plus-plus.org/
And this FTP program is tops in my book.
http://www.coreftp.com/