• Resolved marshmelly411

    (@marshmelly411)


    Hello,

    I’m trying to edit the CSS of the slider widget so that it does not show the border. I’ve been adding .bne-testimonial-slider-wrapper to my CSS stylesheet per the directions and editing it but the changes do not show and it looks like its still pulling from the old CSS. Any ideas? I’m currently using the Genesis platform (and the Swank theme), if that makes a difference. Thanks.

    https://www.ads-software.com/plugins/bne-testimonials/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kerry

    (@bluenotes)

    Hi Marshmelly411,

    The type of theme shouldn’t matter. However, where you are placing your CSS edit and when it is being enqueued from WordPress may be happening before the plugin’s css file. Have you tried adding !important tags to your changes?

    .bne-testimonial-slider-wrapper {
    border: none !important;
    box-shadow: none !important;
    }

    If that doesn’t work, then I would be happy to take a look if you send a URL of the page that has it.

    Thread Starter marshmelly411

    (@marshmelly411)

    Thank you! I already had !important, but I moved the CSS up in the stylesheet a bit (it was at the bottom), and it looked like that did the trick. Thanks again!

    Hello,

    I much prefer 2 larger arrows, one on either side (left / right) of the testimonial. More like these for instance: https://flexslider.woothemes.com/

    Can you suggest how best to do that ?

    Thanks.

    Jay

    Plugin Author Kerry

    (@bluenotes)

    CompuMatter, please see my answer your other comment.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing CSS’ is closed to new replies.