Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #320652

    Hi,
    I’d like to add some background colour (#C5C5EB) for the 3 columns created by the advanced Layout Editor.
    See here: http://www.facialfitnessworkout.co.uk/facial-fitness/

    Also, is it normal that the content I see in the advanced editor doesn’t show when switching to the default editor?
    Thanks,
    Susanne

    #320893

    Hey sumason!

    Thank you for using Enfold.

    Yes, you can’t switch between the Default Editor and the Advance Layout Builder. Regarding the background, add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the text blocks inside the columns then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “text-bg”.

    You can add something like this on your custom.css or Quick CSS:

    .text-bg {
    background: #C5C5EB;
    padding: 10px;
    }

    Cheers!
    Ismael

    #321075
    This reply has been marked as private.
    #321663

    Hey Susanne!

    You need to put it this way:
    http://screencast.com/t/Lf9aCbUWt

    Then put the code in Enfold > General Styling > Quick CSS:

    .text-bg { background: #cdb9fa; padding: 10px; }
    

    Cheers!
    Josue

    #321862

    That’s very helpful, Josue – thank you so much!
    Susanne

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘add background colour to columns’ is closed to new replies.