All of my styling on every page of my site is suddenly gone

I haven’t changed anything in the classic builder. I’ve only been working in cornerstone.

Hello Amy,

Thanks for writing in! You are experiencing this issue because somewhere in your custom footer bar element, you added this broken inline element CSS:

$el .x-bg-layer-lower-color{
    background-image:linear-gradient(180deg,#85102b 0%,#220b15 100%); 

Please have it removed or just update it to the correct code which is:

$el .x-bg-layer-lower-color{
    background-image:linear-gradient(180deg,#85102b 0%,#220b15 100%); 
}

You missed to include a closing bracket which has affected the rest of the page CSS styling.

If this does not help, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Thank you so much!! I’m sort of new to this and I really appreciate your help! It worked!

You are most welcome Amy!!!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.