Template Problem - Question | JoomShaper

Template Problem

A

angelo

Template 1 year ago

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.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #168229

Hi

Thanks for contacting us and sorry for your issue. Could you please give me a screenshot of that portion where you want to change the color?

-Regards.

0
A
angelo
Accepted Answer
1 year ago #168231

Thanks for your prompt reply. I think that this css variant = .table{ color: white !important; } changed everything correctly. is it the default themis layout? is any posibility that i can change it above it?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #168365

You can use custom CSS to change that.

0