By ssnobben on Monday, 20 December 2021
Replies 8
Likes 0
Views 775
Votes 0
Hi guys,

if you in the eb css files set up !important in these style 6.0.0 files your customers cant change these settings in custom.css file bcs it have not effect.

Example...

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

EB RC 2 or how can users customise EB 6 if not working with a template custom.css file?

cheers!
I will consult with our designer regarding this and keep you update then.
·
Tuesday, 21 December 2021 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
yes I see this in many places with new EB 6
·
Tuesday, 21 December 2021 20:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I will keep you update then.
·
Wednesday, 22 December 2021 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Just an update, those are trump classes, so if you would like to override to use your custom CSS, you have to add like this:


:root body #eb .t-text--800 {
color: red !important;
}


Hope this help.
·
Thursday, 23 December 2021 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thks will test that later

cheers!
·
Thursday, 23 December 2021 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Alright.
·
Friday, 24 December 2021 08:40
·
0 Likes
·
0 Votes
·
0 Comments
·
:root body sooo many override overrides
·
Monday, 27 December 2021 20:23
·
0 Likes
·
0 Votes
·
0 Comments
·
So far no issue when you add :root for your CSS override right?
·
Tuesday, 28 December 2021 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post