remove grey blocks of color?

Support Area Forums Authentic remove grey blocks of color?

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://fujisen.sapphirepro.com/home/staff/
  • Author
    Posts
  • #17423
    Lauren Shannon
    Participant

    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

    #17425
    Bill Robbins
    Moderator

    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:

    1. Go to the Theme Options page and select the Styling tab.
    2. 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; 
      }
      
    3. Update your settings.

    If you run into any questions or trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘remove grey blocks of color?’ is closed to new replies.