Outline Button Colours

Posted in: Newspaper
Post count: 6

Hi,

I am using the Outline Button but having a problem with the colour on hover. The Background becomes the same colour as the text, making a solid block and the text ‘disappears’ whereas I would like the text to show white against the accent colour (only on hover), how can this be achieved? Example here: https://theatreweekly.com/cast-announced-for-mike-bartletts-not-talking-at-arcola-theatre/

Post count: 23312

Hello GregStewart,

Notice that you handle the settings for this button from here -> https://www.screencast.com/t/ZszhKT2sIvF4
Also, if you want to change the color of the text button when you hover over it you should use the code below and place it in Theme panel -> Custom CSS area. The result is here -> https://www.screencast.com/t/hs5FjeJmn

.td_outlined_btn:hover a{
color:white;
}

Thanks for your understanding!

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