Site logo

Archived topic

News button backgriund color

3 replies · Started by Robert on November 20, 2019

Viewing posts 1–4 of 4

Hi

I try over the last 3 houers to change the backgroud color (now its dark gray) from the button READ MORE (CZYTAJ WIĘCEJ) on my website https://www.trolik.pl/

Im using the plugin:
WP News and Scrolling Widgets

can You help me ?

Kr
Robert

Hi there,

try this CSS:

a.news-more-link {
    background-color: #ff0000;
}

a.news-more-link:hover {
    background-color: #ff5500;
}

yes - its works

thx for the help!

Robert

You're welcome

This archived topic is closed to new replies.