I Need to Remove Features from the Home Page Slider

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by tarra, Oct 30, 2014.

  1. tarra

    tarra New Member

    Joined:
    Aug 8, 2014
    Messages:
    6
    Likes Received:
    0
    Hello,

    I only need to show Slider Headings for the Home Page Slider area. Although I uploaded my customer's images and replaced the desired text, and I also removed text from the index.php; I still see a small blank grey box to the right of the box containing the slider heading. I do not want to have a slider description. I also need only 1 button, how can I use a button on a slider if I want one, and not use a button if I don't want one?

    Please help.

    Thanks.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section to remove slider description.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .salesdetails p {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page