Remove Slider Text Gray Area

Discussion in 'Compass WordPress Theme' started by myallenmedia, Jul 26, 2014.

  1. myallenmedia

    myallenmedia Member

    Joined:
    Apr 2, 2013
    Messages:
    51
    Likes Received:
    0
    Just got the compass theme, great theme by the way. I'm not going to use the slider text so I have just put a space in the box so that it doesn't show anything there but what I want to do is remove the gray box that's there. How can I remove that from the slider area? See screenshot of box area.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .salesdetails{
    display:none;
    }

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page