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

    Hi guys,

    how can i change color to the author name and subtitle below name?

    I’d need to show it in white, as I have a black background in my testimonial box.
    See http://www.vacationrentalworldsummit.com/black-friday-2015/

    and head to the ‘The Session: Here’s what each speaker can do for you” to view that I mean.

    Thank you,

    Antonio

    #540929

    Hey Antonio!

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

    .avia-testimonial-meta-mini * {
        color: white!important;
    }

    If you would like to apply the changes on certain elements, please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class and then use the code as following

    .your-custom-class .avia-testimonial-meta-mini * {
        color: white!important;
    }

    Best regards,
    Yigit

    #541005

    Workd great, porblem solved Yigit, thanks-

    You can mark this as solved

    Antonio

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change font color for testmonial's author name and subtitle below name’ is closed to new replies.