Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #526077

    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

    #526079

    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

    #526086

    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

    #527305

    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

    #527342

    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

    #527726

    Thank you. Thats it. Solved.
    Best Stephan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Coloured "colons" in special headline’ is closed to new replies.