Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1035888

    How can I change the font size in a testimonial?
    This didn’t work:
    .avia-testimonial-content{
    font-size:10px!important;
    }

    And this didn’t work either
    .avia-testimonial-content p {
    font-size: 33px; !important;
    }

    thanks

    #1035894

    Hey Dee007,
    Assuming that this is the element that you would like to be 10px
    2018-11-20-215123
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    div.avia-testimonial-content  P {
    font-size: 10px !important;
    }

    If this doesn’t help, please include a admin login and ftp access in the private content area so we can take a closer look.

    Best regards,
    Mike

    #1036330

    Brilliant. thanks!

    #1036380

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change font size of testimonial’ is closed to new replies.