26.11.2020, 10:32
Hi
Is possible chaneg color backgroud of object in image
Tank's
Is possible chaneg color backgroud of object in image
Tank's
change backgroud color
|
26.11.2020, 10:32
Hi
Is possible chaneg color backgroud of object in image Tank's
27.11.2020, 08:47
For static background color just add an additional class, for example bg-red
Add to Custom CSS: Code: .bg-red { background-color: red !important; }
27.11.2020, 10:50
as admin wrote add additional class to the object you want to apply this rule.
------------------------------
Ctrl+F5
27.11.2020, 10:56
27.11.2020, 10:59
you will see the change only in final visu not in editor.
------------------------------
Ctrl+F5
27.11.2020, 12:16
30.11.2020, 10:17
(27.11.2020, 12:16)Frank68 Wrote:Hi(27.11.2020, 10:59)Daniel. Wrote: you will see the change only in final visu not in editor.Yes tank's a lot As for the background in visu all OK, with the css I changed the value, but now even in the mobile view the background has become black, making me not read the writing well, it is possible to separate the 2 things and leave the background white ( default) in the mobile view keeping the black for VISU? thanks a lot
30.11.2020, 10:18
Add .usermode to CSS rules:
Code: .usermode .bg-red { background-color: red !important; } |
« Next Oldest | Next Newest »
|