• I would like to increase the font size of the person’s name. I used this CSS, but that doesn’t seem to work.

    .bne-testimonial-slider-wrapper .testimonial-author {
    font-size: 18px;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Kerry

    (@bluenotes)

    Hello,

    When I inspect that area with the browser console, it’s showing that div including the span that has the name text already using that font-size. You may not notice a difference as the testimonial name default is already 18px. If you want to override that specifically, I would recommend using the following:

    
    .bne-testimonial-slider-wrapper .testimonial-name {
         font-size: 
    }
    
    • This reply was modified 3 years, 11 months ago by Kerry.
Viewing 1 replies (of 1 total)
  • The topic ‘change font size’ is closed to new replies.