Tagged: 

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

    I am having issues setting up the font size to be of consistent size on testimonial grid and sliders.

    1. On testimonial grid, the first testimonial’ font size is bigger than the rest of the testimonials.
    2. Font size on testimonial slider are much bigger than the font size on the testimonial grid

    Currently using the following CSS rule in Quick CSS

    .avia-testimonial-content p {
      font-size:90% !important;
    }
    #448949

    Hi ssasi!

    We can’t view preview pages unless we are logged in. Could you link directly to the page or provide us with a temporary admin login please? You can post the details here as a private reply.

    Best regards,
    Rikard

    #449057
    This reply has been marked as private.
    #449152

    Hey!

    Remove this code:

    .avia-testimonial-content p {
      font-size:90% !important;
    }

    Use this instead:

    .avia-testimonial-content {
      font-size: 90%;
    }

    Best regards,
    Ismael

    #449173

    Thanks Ismael. That fixed the font size on testimonial grid.
    What will the CSS change to fix the font size on the testimonial slider – I am trying to change the font size on the slider to be of same style as the one on the grid.

    Thanks for your support!!

    #449345

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia-testimonial-content {
      font-size: 100% !important;
    }

    Best regards,
    Rikard

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