the following code seems to have done what I needed it to do.
h2 {font-size: 100%; line-height:100%;}
.wpcw-widget-contact .widgettitle{
color: black;
font-family: lato;
font-size: 10 px;
}
Hopefully this will help others.
I managed to make some progress by using the following with the additional css in the customize section.
I used the following:
.wpcw-widget-contact .widgettitle{
color: black;
font-family: lato;
font-size: 5 px;
}
I don’t know what to do to get a regular font size though.
It is plugging in h2. So I get a big title.
Anyway around the title size issue?