Styling does not show in preview or on page

When I am editing a page in my staging in cornerstone all of the styling I do shows up on the page. However, when preview it or publish and view none of the styling I do shows up.

I am entering code in either the “style” field in the old cornerstone column, or in the CSS option for teh new column.

For example, on http://480.477.myftpupload.com/small-business-resources/ I am styling the columns with a variation of {-webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%); clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%); } without anything happening outside of the cornerstone builder.

Any recommendations or help is much appreciated!

Hi @bgrill881,

I think there is CSS syntax error:

{-webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);

Can you try just like this:

clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);

Check this guide too: https://bennettfeely.com/clippy/

Then to see the effect, please try to add background on the columns. Look at this: https://screencast-o-matic.com/watch/cYVZQFv9Fn

Hope this helps.

Perfect, works like a charm! Thanks for the help!

You’re always welcome @bgrill881!

Cheers.

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