Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1496338

    Hello,
    I have a testimonials content element in the lower part of most of my website pages.
    I would like to make the font size of the testimonials content smaller but when I reduce the font size in the style section of the element it seems to me that only the actual line height is reduced and not the font size itself. Lines get squeezed close to each other and are not easy to read.
    Am I doing something wrong?
    Credentials attached

    Best regards,
    Elena

    #1496341

    Hey Elena,
    It looks like you want the font size to be 14px, but you have a Advanced Styling set to 18px which overrides it:
    qsRCXZg.md.png
    Since this size is for your whole site, try this css just for the testimonials:

    #top .all_colors .avia-testimonial-content p em {
        font-size: 14px;
    } 

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.