Tagged: hover, news-headline
I’d like to change the hover color to #dd6300 of my news-headlines in my sidebar portfolio widget like on the page below.
tried with this:
.news-headline:hover a {
color: #dd6300!important;
}
but did not work.
Can you help with this?
thanks
Nancy
Hey Munford!
Please use following code instead
.sidebar .news-headline:hover {
color: #dd6300!important;
}
Best regards,
Yigit
thanks!