No Sliders Border

Discussion in 'Harrington- A WordPress Business Theme.' started by dinobravo10, Jan 4, 2016.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Good Day,
    1. How do i remove the border around the Home Page Sliders?

    2. How do i rezise the border around the Home Page sliders?

    Just want to test which is the best option.

    A blessed 2016 to the entire Inkthemes team..Continue with the excellent service

    Kind Regards.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Thank you for your wishes and wish you also blessed 2016...:)

    1) How do I remove the border around the Home Page Sliders?

    For this, you jus need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-slides-crop {
        border: none !important;
    }
    2) How do I resize the border around the Home Page sliders?

    Regarding this, the code is given below..
    Code:
    .sy-slides-crop {
        border: 10px solid #f05931;
    }
    Note: Change numeric value as per your interest..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page