How to change background color of a button

Posted in: Newspaper
Post count: 494

Hi, I use a Button through Formats and I’d like to change the background color as well as the roll-over color.

I’m not an IT guy but I managed to change the background color and I get this code:

<p style="text-align: right;"><span class="td_btn td_btn_sm td_round_btn" style="background-color: #00ff00; color: #000000;">Text</span></p>

But how can I change the roll-over color?

Thanks for your help

Post count: 20688

Hi,

You can change the present background color and text color in the code, like this
https://www.screencast.com/t/RoBOt2ijfD
The hover color could be changed like this for example
https://www.screencast.com/t/C3RmpOQ9v

.td_round_btn:hover {
background-color: blue!important;
color:black!important;
}

Thanks

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