Slider Sides

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by hemihemi, Jun 29, 2017.

Thread Status:
Not open for further replies.
  1. hemihemi

    hemihemi New Member

    Joined:
    Jun 15, 2017
    Messages:
    5
    Likes Received:
    0
    Hi, is there any way to get rid of the shading on the sides of the sliders? I would prefer no shading on the sides of the sliders if that's possible. Thanks in advance!
    Screen Shot 2017-06-29 at 11.38.11 AM.png
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Yes, it is possible, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .carousel-control.right {
        background-image: none !important;
    }
    
    .carousel-control.left {
        background-image: none !important;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. hemihemi

    hemihemi New Member

    Joined:
    Jun 15, 2017
    Messages:
    5
    Likes Received:
    0
    Thanks so much!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    You are most Welcome!

    Always feel free to ask your queries at our support forum:

    http://inkthemes.com/community/

    We would be glad to assist you...

    Have a nice day!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page