• Resolved 81701580

    (@81701580-1)


    Hi there,

    I am currently using the Virtue by Kadence theme.

    I would like to edit two things on my website:

    1) Hoover colour for the bottom left footer widget, specifically the “Select a Category” drop down menu. It is currently blue, I would like to change it to a different colour.

    2) Edit the size of the quantity box in the Cart page. It is too large relative to the other texts on that page (may need to add a product to the cart to see what I am talking about)

    Can you please provide the .css code? Thanks!

    https://www.sweetheartlashes.com/cart/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    1. Select boxes are styled by the browser not css. There are javascript options out there for styling select boxes but this is included in the premium not the free.

    2. This what you mean?

    table.cart .quantity input.qty {
    font-size: 11px;
    }

    or the whole box:

    .shop_table .product-quantity .quantity {
    width: 40px;
    }
    table.cart .quantity input.qty {
    width: 20px;
    height: 30px
    }
    .woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
    height: 15px;
    }
    Thread Starter 81701580

    (@81701580-1)

    Thanks!!

    how can I align the quantity box to right in the cart page?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change hover color in footer widget & adjust size of quantity box in Cart page’ is closed to new replies.