remove grey blocks of color?
URL to the page in question:
http://fujisen.sapphirepro.com/home/staff/
-
Hi:
for some reason, there’s a grey block of color background to the Lauren Shannon text, and there’s another small grey block in the email newsletter form: can you let me know how to remove both of these, please?
thanks
Hello Lauren,
Great question. The gray box is part of the layout of the staff page, but you’re welcome to change it. Here’s how:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
div.staff-list-content.shadow-small {
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
- Update your settings.
If you run into any questions or trouble, let me know.
Thanks,
Bill
- The topic ‘remove grey blocks of color?’ is closed to new replies.