• Resolved TZAL

    (@tzemaitis)


    Hi
    
    We're using the slideshow on several pages to show a single testimonial which transitions. For example: https://www.zemaitis-uk.com/
    
    We'd previously used additional CSS to remove the inner border (i.e. only showing the outer blue radius border):
    
    .strong-view.wpmtst-default .wpmtst-testimonial-inner {
        border: none;
    }
    
    Since some recent updates the inner grey border has reappeared. We've tried using inspect to identify new CSS but have been successful.
    
    Can you please advise what CSS to use in customizer to remove the inner grey square border.
    
    Many thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tzemaitis,

    Please use this code:

    .strong-view.wpmtst-default .wpmtst-testimonial, .strong-view.wpmtst-default .wpmtst-testimonial-inner {
    	border: none !important;
    }

    Warmly,
    Mihaela

    Thread Starter TZAL

    (@tzemaitis)

    Hi Mihaela

    Many thanks! That worked a treat!

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

The topic ‘Remove Inner Border on Single Sliders’ is closed to new replies.