Hi there,
I am trying to style some of my page sections with css. I am entering the following code in the ‘Stylesheets’ option:
#lp-pom-box-15 {
background-color: white!important; box-shadow: 5px 5px 5px #888888; border-radius: 5px;
}
I click done, I go to preview my page and I dont see any changes. I even published the page and went to the link to it and cant see the css being applied there as well.
Any thoughts?