How to remove white boarder from slider images

Discussion in 'Themia WordPress Theme' started by tecnix, Mar 9, 2013.

  1. tecnix

    tecnix New Member

    Joined:
    Mar 7, 2013
    Messages:
    1
    Likes Received:
    0
    I would like to know if it is possible to remove the white boarder from the front page slider images.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #main {
    border: none;
    }
     

Share This Page