slider

Discussion in 'Traffica WordPress Theme' started by suzypow, Dec 12, 2013.

  1. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    You gave me some css to make the slider wider - thanks, I have done that. However it has a dark line around the original size of what the slider was. Any idea how to remove? Thanks again
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider .slides .imgmedia span.slider-shadow {
    background: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    Hello Nitesh

    Thanks for your help - I still have a dark line at the top of the image - it starts at the top left and finishes where the old slider size used to end. Hope you can help, Thanks
     
  4. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    It seems to be a file called overlay1.png? I need to get rid of that code, just not quite sure how, thanks
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Yes you found correct file. Code above is to remove this file.
    Try same code with important.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flexslider .slides .imgmedia span.slider-shadow {
    background: none!important;
    }
    It will work. If not then please share your website link.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page