I find the testimonilas icon useful for more things than just testimonials. However, the Name field always shows in bold and a fairly large font -could you tell me what code I need to reduce the font size and remove the bold attribute?
You can see where I’ve used it as a date field on http://follies.org.uk/wp/index.php/magazine/
Hey FFAlan,
Can you please point out the exact element that you need to adjust, it’s not very clear to me. A screenshot could help.
Best regards,
Victoria
Ok -here’s a picture of the part of my webpage: http://follies.org.uk/wp/wp-content/uploads/Capture.jpg Its the text that says’Summer 2017′ that I want to change.
In design view it occurs here: http://follies.org.uk/wp/wp-content/uploads/Capture2.jpg
Its the field thats called ‘Name’
Thanks,
Alan
Hi Alan,
Thank you :)
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-minimal-grid-style .avia-testimonial-meta-mini .avia-testimonial-name {
font-weight: 300;
font-size: 14px;
}
If you need further assistance please let us know.
Best regards,
Victoria
That had the desired effect.
Many Thanks,
Alan