Title: Remove slider caption background
Last modified: June 22, 2017

---

# Remove slider caption background

 *  Resolved [Fabio G](https://wordpress.org/support/users/fabio-g/)
 * (@fabio-g)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-slider-caption-background/)
 * 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](https://wordpress.org/support/users/8degreethemes/)
 * (@8degreethemes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-slider-caption-background/#post-9264568)
 * 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](https://wordpress.org/support/users/fabio-g/)
 * (@fabio-g)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-slider-caption-background/#post-9264779)
 * Thanks for your support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove slider caption background’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/eight-sec/1.1.4/screenshot.png)
 * Eight Sec
 * [Support Threads](https://wordpress.org/support/theme/eight-sec/)
 * [Active Topics](https://wordpress.org/support/theme/eight-sec/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/eight-sec/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/eight-sec/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Fabio G](https://wordpress.org/support/users/fabio-g/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/remove-slider-caption-background/#post-9264779)
 * Status: resolved