Change hover state on call to action
Hi,
I would like to insert a call to action on each page but be able to style the button to match the colour scheme of each page.
Can you assist?
I would like to insert a call to action on each page but be able to style the button to match the colour scheme of each page.
Can you assist?
Comments
what assist you need? Where your problem is?
On www.meltedhouse.co.uk/new/postural-assessment, I want a green outline and with green text and on hover i want white text with green button.
.page-id-3456 .button-stroke a.button, .page-id-3456 .button-stroke a.button .button_icon i, .page-id-3456 .button-stroke a.tp-button { border-color: #FFF !important; color: #FFF !important; }
.page-id-3456 .button-stroke a.button:hover, .page-id-3456 .button-stroke a.tp-button:hover { background-color: #FFF !important; color: #FFF !important; }
I hovered over the edit page on the pages section to get the page id.