Hello,
I’ve put some clients quotes on my website and I want to change the typography and the Lines in in.
I gave it a class name (kundenrezensionen)
How does the CSS code looks like to change the three Typography parts and the lines?
I don’t want the line to be interrupted. Or perhaps I even delete it. Im not sure jet.
Thank you!
Monika
Hey Monika,
Thanks for contacting us!
You can use following code to target testimonial content
#top .kundenrezensionen .avia-testimonial-content {
font-size: 16px;
}
And you can use following to target the borders
#top #wrap_all .kundenrezensionen .avia-testimonial {
border-color: red;
}
If you would like to make more specific changes, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)
Best regards,
Yigit