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

    Is there a way to add a color background block as in the example image attached in the link below?
    I have the text set to white and it’s a bit tough to read. Tried multiple colors.

    #390816

    Hey phddgc!

    I tried viewing your link but I think there is a typo.

    Are you using the fullwidth easy slider there? If so then there is an option when typing out the caption to change the caption styling. Select one of the settings which has a frame and it will display with a black background.

    Best regards,
    Elliott

    #390853
    #390860

    It’s actually a color section. I did the restaurant demo import.

    #391340

    Hi!

    Enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the special heading then add a unique css class attribute. Use “custom-heading” for example. Add this on Quick CSS:

    .custom-heading h1, .custom-heading .av-subheading {
    background: rgba(0,0,0,.5);
    padding: 10px;
    }

    Best regards,
    Ismael

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