• Resolved DBCF WebAdmin

    (@dbcf-webadmin)


    I have searched in the forum and thought it would be simple to find, but how do I remove the border around the excerpts that I have displaying in my slideshow? Thanks, Dione

    • This topic was modified 8 years, 8 months ago by DBCF WebAdmin.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Try this custom CSS:

    .strong-view .wpmslider-viewport { border: 0 !important; }

    Thread Starter DBCF WebAdmin

    (@dbcf-webadmin)

    Thanks Chris, but that did nothing. I am putting it in the Additional CSS portion of my theme. Is this the correct place? I am entering this in a html model using beaver page builder …if that makes any difference.

    I had also tried the following:

    .strong-view.default .testimonial-inner {
    border: 0;
    }

    .strong-view.default .testimonial {
    border: 0;
    }

    Thread Starter DBCF WebAdmin

    (@dbcf-webadmin)

    I am not sure if I was supposed to know this …but I have now all of the code below …and the border is finally gone. Is this okay?

    .strong-view.default .testimonial {
    border: 0;
    }

    .strong-view.default .testimonial-inner {
    border: 0;
    }

    .strong-view .wpmslider-viewport { border: 0 !important; }

    Plugin Contributor Chris Dillon

    (@cdillon27)

    If that works, run with it.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Border from Slideshow’ is closed to new replies.