Sharp corners for the slider control area

Discussion in 'Dzonia WordPress Theme' started by wtrujillo, Jul 23, 2013.

  1. wtrujillo

    wtrujillo Guest

    Joined:
    Jun 26, 2013
    Messages:
    26
    Likes Received:
    1
    We would like to remove the slope for the slider control area and make it sharp corners.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #slides .slider_pag {
    background: none;
    }
    This will solve your issue.
     

Share This Page