Title: Carousel Update Custom CSS issue
Last modified: February 22, 2021

---

# Carousel Update Custom CSS issue

 *  Resolved [ndar](https://wordpress.org/support/users/ndar/)
 * (@ndar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/carousel-update-custom-css-issue/)
 * Hi.
 * About 3 months ago, I posted about customizing the colors of the backgrounds 
   and text on my carousel cards. This custom CSS worked beautifully until I applied
   updates recently. Now, none of the custom CSS is working. Could you please help
   me get it back?
 * Edited to add: It looks fine in Elementor edit mode, but not on the actual site.
 * Thank you!
    -  This topic was modified 5 years, 3 months ago by [ndar](https://wordpress.org/support/users/ndar/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcarousel-update-custom-css-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [ndar](https://wordpress.org/support/users/ndar/)
 * (@ndar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/carousel-update-custom-css-issue/#post-14082608)
 * Here is the CSS I have been using:
 *     ```
       .lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .hentry { background: #09162b; }
       ```
   
 * with the Simple Custom CSS plugin.
    -  This reply was modified 5 years, 3 months ago by [ndar](https://wordpress.org/support/users/ndar/).
    -  This reply was modified 5 years, 3 months ago by [ndar](https://wordpress.org/support/users/ndar/).
 *  Plugin Author [livemesh](https://wordpress.org/support/users/livemesh/)
 * (@livemesh)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/carousel-update-custom-css-issue/#post-14084132)
 * We are not loading the CSS differently and hence the order of the load could 
   have changed. This results in your CSS being overridden by the plugin CSS. If
   you change the CSS to –
 * `.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .hentry { background:#
   09162b !important; }`
 * things should be back to normal.
 *  Thread Starter [ndar](https://wordpress.org/support/users/ndar/)
 * (@ndar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/carousel-update-custom-css-issue/#post-14085794)
 * Thank you! This definitely solved the CSS issue. I’ve also discovered that my
   title and title hover colors are not working (they were before the update). Wondering
   if you have ideas about what to do here? Clearly something is overriding my settings
   there, but I have no idea how to discover what that might be.
 *  Plugin Author [livemesh](https://wordpress.org/support/users/livemesh/)
 * (@livemesh)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/carousel-update-custom-css-issue/#post-14095363)
 * We have an issue with how the stylesheets are loaded on the page. Since the widget
   stylesheets are being loaded in the footer of the page and the custom CSS is 
   being loaded in the header, we have the custom CSS being overridden by our widget
   styles.
 * As per this thread – [https://github.com/elementor/elementor/issues/3198](https://github.com/elementor/elementor/issues/3198)
 * this is how it works with Elementor at present and hence does not serve our needs
   well.
 * We will try to see if there is a workaround for this and issue an update tomorrow.
   Thanks for reporting.

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

The topic ‘Carousel Update Custom CSS issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addons-for-elementor_dbdfdf.svg)
 * [Livemesh Addons by Elementor](https://wordpress.org/plugins/addons-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addons-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addons-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/addons-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addons-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addons-for-elementor/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [livemesh](https://wordpress.org/support/users/livemesh/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/carousel-update-custom-css-issue/#post-14095363)
 * Status: resolved