Making text links in sidebar widget a colour – my CSS works only 50%

Posted in: Newspaper
Post count: 89

I have added this .widget_text a:link {
color: #016ca5 !important;
}

but the problem is in the sidebar widget I sometimes have more than one link, but this CSS doesn’t seem to be working on all the links, only 1 or 2 out of 4. Can anyone tell me what I am doing wrong? thanks

Post count: 7909

Hi,

Try to use this custom css link from text widget:

.widget_text a {
color: #016ca5 !important;
}

Thanks!

Post count: 89

Brilliant – thanks! it worked

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.