When I use the box “Special Headline” on the upper right I always have the ” coloured in RED!
Can I fix that somehow that it is the standard “grey” for example.
Thanks Stephan
BTW – I know I can do it with the customized colours in that box, but there for I always need to change that instead of having a one time overall solution – THANKS
Hey!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class and add following code to Quick CSS
.your-custom-class { color: red !important; }
Cheers!
Yigit
Thanks Yigit,
but then it is the same to choose a customize color everytime, if I had to enter the class.
By the way it works. Can I save ALB elements with a self defined class as pattern.
Best Stephan
Hi!
If you would like to make all special heading elements red, please use following code
.av-special-heading-tag {
color: red!important;
}
Cheers!
Yigit
Thank you. Thats it. Solved.
Best Stephan