Hi
How can I change the widget titles so they are Capitalised rather than all uppercase?
Thanks,
Rob
I would also like to make them H4 instead of H3 if that’s easily possible?
Ok, Ive found that:
.widgettitle {
text-transform:capitalize;
}
Works to stop the titles from being all uppercase. Is there an easy way of changing these to ‘special headings’ with a HR next to the text?
I’ve decided against changing them to H4 and will just try to make them look the same as my H4 ‘special headings’ instead.