Hello I have themis Template.
I have a problem with a page = https://www.rules-chess-strategies.com/en/basket-en/checkout
The CSS of bootstrap included in your template assumes that the background is white, but your template is configured to use a dark background.
If you select an element with the inadapted color with your browser's inspector tool, you can see that the dark color CSS is set on a class called "table" and that this CSS is defined in the file /templates/themis/css/bootstrap.min.css :
https://i.imgur.com/nV37Ixm.png
So, a solution would be to add such CSS code:
.table{ color: white !important; }
what is this table? if i change it here i'll effect the entire website, right? I'd like to correct some CSS Variants.