I really like to change the color of the text on the presentation page as the default is a sort of grey and the background of my website is a kind of grey as well.
If there is a CSS solution can it please be written out as I’m not quite that good with CSS.
For the text color, most content relies on the general text color option, however some elements default to a preset color. Use the following custom CSS for these: html { color: #000; }