Support » Plugins » [plugin] cSlider how to remove border

  • Hi, i hope you guys can help me.. how can i remove border from cSlider plugin? my images has no border but this plugin does..
    please help? Thanks in Advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter maulder09

    (@maulder09)

    SOLVED.

    I used ‘inspect element’ from firefox browser right-click context and found what i needed to edit.. thanks

    ameel

    (@ameel)

    I would like to know how to do this as well. I have the black theme on my website and this stands out to much. Any suggestions?

    julian.weinert

    (@julianweinert)

    Hey ameel!

    The solution is what maulder09 described shortly.
    Just inspect the element and search for the right classes.
    Most Themes put style for tables with border.
    Under our website http://www.csundm.de we have no borders on the cSlider.

    You have to edit the themes style.css witch contains the style sheet of your site.
    When you can not find any selectors for tables you can add:

    .bx-td *
    {
    <em>your styles;</em>
    }

    to overwrite the styles for cSlider’s.

    Hope the helps!
    Greetings, julian

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[plugin] cSlider how to remove border’ is closed to new replies.