Dangercapone Posted May 22, 2020 Share Posted May 22, 2020 I don't know what I am supposed to write here. Link to comment
derricksrandomviews Posted May 23, 2020 Share Posted May 23, 2020 If you have a business plan you can change text url links on hover with the following code in custom css, this is a site wide code. CSS .link { color: #FF0000; } /* CSS link color (red) */ .link:hover { color: #00FF00; } /* CSS link hover (green) */ You can change the hex numbers to your own colors if you wish. choose or make one here: https://www.color-hex.com/ Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.