Home › Forums › Jevelin Theme › Remove switch at Testimonial?
Home › Forums › Jevelin Theme › Remove switch at Testimonial?
Hi There,
As you can see in the picture. I’d like to remove the switch. For now I’ve been able to make the switch White, but that does not remove it entirely, it just makes it white and thus invisible, but still clickable. I’d simply like a bit of white space there if possible?
Thanks!
Hi @SjoerdGerritsen,
Thank you for your question.
Not sure what you are referring as switch here so could you please describe it a bit more in detail?
Also could you please share me the page URL from your site where it is displaying so that i can help?
Best regards,
Shufflehound team
You have named it switch as you can see in the screenshot. As you can see in the first screenshot, I’d like those arrow buttons removed, not just the color white.
You can see them white (but still as a button) on test2.sjoerdgerritsen.com/speaker/
You can remove them by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-testimonials-switch.sh-group * { display: none; }