Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #52597
    fan
    Member

    I’m using Catch evolution, how do I remove the grey border on the featured slider?

    #52636
    Sakin
    Keymaster

    @fan: Sorry I am confused with grey border you are talking about. Slider doesn’t have grey border. Maybe you are talking about the margin-bottom, then try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #slider { margin-bottom: 0; }

    #52708
    fan
    Member

    I’m sorry, I meant the bottom part of the featured picture slider it’s a transparent shadow and shows the post title and the order of slides in dots.

    I’d like to hide all that and just have pictures transform in each other like the demo page does

    #52757
    Sakin
    Keymaster

    @fan: Can you please post in your site URL so that I can understand it and send you the custom css.

    #52794
    fan
    Member
    #52820
    Sakin
    Keymaster

    @fan: Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:
    #slider-wrap .featured-text { display: none; }

    #52855
    fan
    Member

    that worked, thanks!

    #52864
    Sakin
    Keymaster

    @fan: Cool 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove grey border featured slider’ is closed to new replies.