Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #413855

    Hi,

    I would like to make diapositif text blocks; f.e. white text in a blue background. Not in the fullwidth colour section, but in 1/3 or 1/4 .
    Could you please tell me how I can do this?

    Kind regards,

    John Niemeijer

    #413942

    Hi johnniemeijer!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and then give your text block element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock.your-custom-class { background-color: orange; padding: 10px; border-radius: 5px; }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.