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

    Hello, how can I change the background of a text box without a color section ? If for example I’ve to create a 1/2 section with text and a red background ?
    Thxs for help :)

    #328028

    Hey rgmotion!

    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 CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { background-color: red; padding: 10px; }

    Cheers!
    Yigit

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