Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #206773

    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

    screenshot

    #206882

    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

    #206897

    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?

    #206901

    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

    #206909

    screenshot
    What are the ID’s so I can change the color, remove the border.

    #206958

    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

    #392534

    How do I remove the bottom and side borders from the tab content area, but KEEP the top border?

    #393000

    Hi!

    Use this on Quick CSS:

    .js_active .active_tab_content {
    border-bottom: none;
    border-left: none;
    border-right: none;
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold testimonials’ is closed to new replies.