Site logo

Archived topic

Trying to target the widget title in the first widget (Newsletter)

3 replies · Started by Ian on June 9, 2019

Viewing posts 1–4 of 4

I can't seem to target this as it's getting overridden.

This is a protected staging site so I'll send the details in the contact/accounts with a link to this topic.

Hi there,

Not sure what CSS you are using but can you try this?

It should work for sidebar widgets:

.sidebar .widget:first-child h2.widget-title {
    font-size: 20px;
    color: #000;
}

Perfect, thanks Leo

No problem :)

This archived topic is closed to new replies.