Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Micah Wood

    (@woodent)

    I seem to have responded to a similar inquiry recently, but here goes… again?

    Basically, your theme is applying the border on all images in the content area. You will need to specify that you don’t want that border to appear in the context of the Promotion Slider. This will be done using CSS. Simply add this code to your active theme’s style.css file:

    .promo_slider img { border: none; }

    Hi
    I have a similar issue but inserting the code into the CSS did not seem to do the trick
    thanks
    andy..

    Plugin Author Micah Wood

    (@woodent)

    Andy,

    CSS changes are sometimes very specific to a site or theme. Where is your slider located? If I can take a look at the page, I should be able to recommend specific CSS for your situation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Promotion Slider] Black line around top and left side of slides’ is closed to new replies.