• Resolved lawrencebk3

    (@lawrencebk3)


    I’ve been asked to fix an issue with our testimonial slider on our home page. The testimonials used to be white text without a color background. It was noticed that they have been black on white backgrounds. Simple editing within the plugin are not yielding any results. I saw a snippet of code on another similar post, but that did not work for me.

    Any adive or help?

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

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

    (@techlabpro1)

    Hello,

    Maybe you update from the older version to the latest version. Please create the shortcode again and call that shortcode.

    We did a lot of improvements in the last few versions.

    Thanks

    Thread Starter lawrencebk3

    (@lawrencebk3)

    We tried that, but it did not work.

    Thread Starter lawrencebk3

    (@lawrencebk3)

    Any advice?

    Plugin Author RadiusTheme

    (@techlabpro1)

    Please try this custom CSS

    .home .tss-wrapper .tss-carousel1 .item-content-wrapper {
    	background: transparent;
    }
    
    .home .tss-wrapper .tss-carousel1 .item-content-wrapper:after,
    .home .tss-wrapper .tss-carousel1 .item-content-wrapper:before {
    	content: none;
    }
    
    .home .tss-wrapper .tss-carousel1 .item-content {
    	color: #fff;
    }
    
    .home .tss-carousel.swiper .swiper-pagination {
    	display: none;
    }

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Testimonial Slider, solid/colored backgroud’ is closed to new replies.