Home Forums Theme support Remove Slider Frame Reply To: Remove Slider Frame

You can use this css selector:

body.postid-12345 {
 color:#ffcc00;
 background:#000;
 ...
 ...
}

Just replace “-12345” in the css code above with the id you can find in the source code.