Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #886522

    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/

    #886636

    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

    #886644

    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

    #886771

    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

    #886960

    That had the desired effect.
    Many Thanks,
    Alan

    #887029

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

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Testimonials Name field -how to change font?’ is closed to new replies.