Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #240770

    Hi!
    I’m really happy with the Enfold theme, thank you for making such a great product!
    A have a few question concerning customization of Enfold, and here’s the first:

    How can I change the border color of the testimonials on a single page? I know the border color can be set in the style section, but this will affect the whole site, and am looking for a solution for a single page.

    And a related question: I have already inserted the testimonials with the lay-out builder, if I’d want to edit the code the page gets empty. So I suppose manually changing or adding code after using the lay-out builder is not possible?
    Looking forward to hear,
    Emil

    #241299

    Hi Emil!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .page-id-2348 .avia-slider-testimonials .avia-testimonial-content, .page-id-2348 .main_color .avia-testimonial-arrow-wrap .avia-arrow { border-color: red; }

    and change the page ID's to match your pages ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.
    Please also see - http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Cheers!
    Yigit

    #243293

    Hi Yigit,
    Thanks for the Avia Layout Debug Builder tip, that’s what I was looking for. :)
    The code you gave is for the testimonial slider, but I need for the testimonial grid lay-out.
    Thanks,
    Emil

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change testimonial grid/border color (single page)’ is closed to new replies.