Home Forums WoodMart support forum Remove from curt button

Remove from curt button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28092

    leonidas
    Participant

    Hi,
    Can we make the button bigger?At lower res devices it’s impossible to touch it.

    #28138

    Artem Temos
    Keymaster

    Hi,

    Sure, you can use the following code for that

    .widget_shopping_cart .remove {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    Regards

    #28158

    leonidas
    Participant

    The code changed the size of the button in the first image.
    How do we increase the size of the button in image 2?

    #28162

    Artem Temos
    Keymaster

    But you are talking about one and the same button, right? You show it in hover state, but the code we gave you change it for both states.

    #28168

    leonidas
    Participant

    oK. Adding the code below:

    .widget_shopping_cart .remove:after {
    font-size: 14px;}

    made it perfect for my needs.
    Thank you and close the ticket

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Remove from curt button’ is closed to new replies.