Inline Code Example HereI have this url http://lawnkinglandscapedesigns.com/ I edited the CSS inside wordpress to center the logo, and now .slide .banner { display: none; } is showing up on the website. This is what I put into the code:
#logo {
margin-left: 125px !important;
}
.slide .banner {
display: none !important;
}
Even when I delete the code it still shows up. Any ideas on how to get rid of it?