Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1225868

    Hi,
    I am trying to achieve this:
    (1) An Easy full Width Slider element (1210×423 needed only, but the Full Width Slider gives me the options I need for the captions)
    (2) on a full width color background (#f4f4f4)

    I only found the option to add an additional image to the background. All threads on the topic that came close to the solution were on images in the background or on the background of the captions. Can you help me with that, please?

    Thanks in advance!

    #1226284

    Hey DIE-PR-BERATER,
    Sorry for the late reply and thanks for the link. To add a background color to your Full Width Slider, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #full_slider_1 {
    	background-color: #f4f4f4 !important;
    }

    After applying the css, Please clear your browser cache and check.
    To use this in production, I recommend adding a custom ID to the slider in the advanced tab and then use that ID in the css above. The default ID “full_slider_1” will also be on every page you have a Full Width Slider, so using a custom ID will prevent this.

    Best regards,
    Mike

    #1226379

    Perfect, that works! Thank you, Mike.

    #1226382

    Hi,

    Glad Mike could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background color strip for full width slider’ is closed to new replies.