Site logo

Archived topic

How to change font color

3 replies · Started by John on April 22, 2022

Viewing posts 1–4 of 4

Hello,

How can I change the button text color to white?

It is "Our top Pick" table element buttons.

Please check the screenshot https://prnt.sc/R7wIaqu6Jlxd

Thanks

Hi John,

Try this CSS:

.mtr-cell-content a {
    color: #fff;
}

Solved!

Thanks. Ying

No problem :)

This archived topic is closed to new replies.