The title text of the sidebar widgets in the Salient Theme can be customised.
See before and after…
Before:

After:

Instructions:
The following CSS has been added to wp-admin > Salient > General Settings > CSS/Script Related to customise the display of the sidebar widget heading titles.
#sidebar h4 {
color: #ff0000;
font-family: "Domine";
font-size: 16px;
font-weight: normal;
letter-spacing: normal;
margin-bottom: 15px;
text-transform: initial;
}
Leave a Reply