Tagged: CSS, enfold, testimonials
Is there any way to change the layout of the testimonials?
I would like to change the color and remove the border for example.
I cant find any classes or id’s to change it via quick css
Hey AppYourService!
Can you post the link to your website?
You can add following code to Quick CSS in Enfold theme options under Styling tab to remove the border
.avia-slider-testimonials .avia-testimonial-arrow-wrap { display: none; }
.avia-slider-testimonials .avia-testimonial-content { border-style: none; }
Regards,
Yigit
Thank you it worked.
I work local in order to customize the theme how I want it to be.
What is the ID of the tabs?
Hi!
What exactly would you like to change on tabs? Please post a screenshot and show so we can provide you accurate custom CSS code
Best regards,
Yigit
What are the ID’s so I can change the color, remove the border.
Hey!
Please add following code to Quick CSS as well and adjust as needed
.js_active .active_tab_content, .js_active .tab { border-style: none; }
div .main_color .tabcontainer .active_tab { color: red; }
Best regards,
Yigit
How do I remove the bottom and side borders from the tab content area, but KEEP the top border?