Hi,
when i delete avia_cart_buttons the button looks much nicer. i want it to look like the first example in the screenshot, how do i do this?
Please see screenshot:
https://gyazo.com/1352eb0432d6c0bf754dd6fabc5143c4
Kind regards
Patrick
Solved it with the following css:
.avia_cart_buttons {
opacity: 0.7!important;
background-color: #2997ab!important;
}
.avia_cart_buttons:hover{
opacity: 1!important;
background-color: #2997ab!important;
}
.avia_cart_buttons a{
font-size: 15px!important;
color: rgb(255, 255, 255)!important;
Hi,
We are glad that you solved the problem by yourself.
Best regards,
John Torvik