How do I hide the slider title and description?

Discussion in 'StartPoint Business One Page WordPress Theme' started by deveshd, Feb 23, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I hide the slider title and description?
     
  2. praveen

    praveen Support Staff

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

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

    Code:
    .text-container {
    display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page