• Resolved Fabio G

    (@fabio-g)


    Hi,
    how can I remove the slider caption background and replace it with a background image?
    I’ve tried to add the following code in Custom CSS but it doesn’t works.

    .eight_sec_plx_slider_section .slide::after {background: url(images/my-image.jpg)}

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author 8Degree Themes

    (@8degreethemes)

    Hello Fabio,
    Do you mean you need to remove an overlay image of slider? If so you can use following code:

    .eight_sec_plx_slider_section .slide:after{
    background-image: url('place url of the image');
    }

    Go to Admin Dashboard -> Appearance-> Customize -> Additional css and paste the above code.
    Hope you are seeking for this answer.
    Thank you!!

    Thread Starter Fabio G

    (@fabio-g)

    Thanks for your support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove slider caption background’ is closed to new replies.