• Resolved amber-celeste

    (@amber-celeste)


    I’ve managed to style all but the title of the widget, which seems to have a default <h3> tag.

    Does anyone know the div or class I might use in my stylesheet to change both the size and color?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Beth Soderberg

    (@bethsoderberg)

    Could you post a link to where you are trying to style the title tag?

    Thread Starter amber-celeste

    (@amber-celeste)

    Thanks for responding, Beth.

    I actually managed to work it out by adding the following to my css:

    #[name of sidebar div where widget’s place] h3 {
    font-family: xxx;
    font-size: xxx;
    }

    This allowed me to override the default h3 title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Testimonials Widget: Title Font’ is closed to new replies.