Remove Slider Test

Discussion in 'Compass WordPress Theme' started by phorvath, Jan 24, 2015.

  1. phorvath

    phorvath New Member

    Joined:
    Mar 13, 2014
    Messages:
    1
    Likes Received:
    0
    I have removed the slider text from the theme options / Home Slider Settings but text still shows up in my image.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi phorvath,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .salesdetails {
    display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page