sparkles2.png

Change Hover Colour on Buttons

 

Sometimes your buttons hover colour will be unreadable or wrong due to the base colour. This simple line of code fixes that issue and also allows you to do some extra brand customisation.

 

How to use the Effect

Simply copy the below code and paste it into your 'Edit CSS' section of Blocklab. Click 'Save' and publish on the front end for the effect to take place

 

CSS

#shop .btn.btn-default:hover {background-color: #97405E !important}

(To edit the colour of the hover, edit the code in Blue)