• Resolved esotericminorities

    (@esotericminorities)


    Hello;

    Is there any way to be able to capitalise/capitalize the Testimonials title?

    I am sure there is an obvious answer and I am just being stupid!

    Additionally, I would like to see what the theme=”simple” looks like (does it lose the box border), however when I have added it to the css bit, nothing seems to change.

    I would be grateful for any assistance. Thanks, Sally

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

    (@bluenotes)

    Hi Sally,

    The majority of the typography styles will come from your theme. You can make the testimonial names/titles using CSS:

    .testimonial-name {
        text-transform: uppercase;
    }
    

    For your other question Yes, setting the theme to “simple” will remove the border and shadow from the slider. You would not place this as a CSS argument, but rather in as the theme argument.

    [bne_testimonials layout="slider" theme="simple"]
    
Viewing 1 replies (of 1 total)

The topic ‘Capitalisation’ is closed to new replies.