By ssnobben on Friday, 25 March 2022
Posted in Technical Issues
Likes 0
Views 417
Votes 0
Hi

I tried to change my custom css to have white colour instead of grey std color for EB this one

body #eb .t-text--800 {
color: rgba(var(--fd-white-800),1) !important;
}


You have this std: body #eb .t-text--800 {
color: rgba(var(--fd-gray-800),1) !important;
}

But doesnt work and have no effect...

what to do?

cheers!
Can you try the following CSS and see how it goes?


html body #eb .t-text--800 {
color: rgba(var(--fd-white-800),1) !important;
}
·
Friday, 25 March 2022 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thks Arlex. That worked..

Enjoy coffe ( 10,00 USD )

closing
·
Friday, 25 March 2022 22:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, thanks for your coffee.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Saturday, 26 March 2022 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post