Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #858199

    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

    #858215

    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;

    #858306

    Hi,

    We are glad that you solved the problem by yourself.

    Best regards,
    John Torvik

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.