Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #471390

    hi!

    what element would you suggest to use, my goal is to make a few testimonials like on this page:
    http://cerriesmooney.com/calibration-vip/

    thank you

    #471469

    Hey Nathan!

    Our testimonial shortcode would probably be best, http://kriesi.at/themes/enfold/shortcodes/testimonials/.

    Regards,
    Elliott

    #471916

    Thank you
    I’m working on my home page
    http://bodytalkcare.com/

    and I have used the testimonial slider.
    How do I make that testimonial text the same font and color and size as the rest on my website.
    this is the code in my quick CSS:

    .avia_textblock p, .avia_textblock {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    }

    Also, how do I put the image of the person on the left, make it larger and remove the slider arrows on the left and right?

    thank you!

    #471917

    more specifically how would I create, when selecting the option for large slider, make it so the picture is larger and to the left of the text and have their name and title centered below their round picture?

    thank you Elliot I appreciate your help :D

    #472394

    Hey!

    Please add following code to Quick CSS

    .avia-testimonial-content {
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 600;
      color: black;
    }
    .avia-slider-testimonials .avia-slideshow-arrows {
      display: none;
    }

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.