Viewing 15 posts - 1 through 15 (of 27 total)
  • #188675
    ask9
    Member
    Post count: 250

    hello.

    1.) the height of the “quantity box” is tto big than the”in den Warenkorb” button. (attachment)

    2.) when you hover on the button “in den Warenkorb” then the font disappears. how to make it permanatly visible?

    3.) the font in the checkout is different for “An eine andere Anschrift liefern lassen?” how to make like the normal font of the site?

    thanks.

     

    Attachments:
    You must be logged in to view attached files.
    #189021
    ask9
    Member
    Post count: 250

    hello. additional small issue.

    see attachment. how can i delete the last one?

    thanks.

    Attachments:
    You must be logged in to view attached files.
    #189028
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    Please provide me specific page url with issue.

    -Mohammad

    #189044
    ask9
    Member
    Post count: 250
    This reply has been marked as private.
    #189270
    ask9
    Member
    Post count: 250
    This reply has been marked as private.
    #189718
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your issues add the code below to your custom css option.

    1)

    
    .woocommerce .quantity .minus, .woocommerce .quantity input.qty, .woocommerce .quantity .plus {
      position: relative;
      height: 30px!important;
    }

    2)

    .single-product button.single_add_to_cart_button.button.alt:hover {
      color: #fff!important;
    }

    3) I can’t find the 1st checkbox of your screenshot but use the code below to adjust the font family and size of the 2nd checkbox in your attachment.

    .woocommerce .checkout #ship-to-different-address label {
     
      font-size: 1em!important;
      font-family: Helvetica, Arial, Helvetica, Tahoma, sans-serif!important;
    }

    4)

    
    .page-id-9996 .woocommerce-checkout-payment{
      display:none;
    }

    -Rui

    #189782
    ask9
    Member
    Post count: 250

    hi rui.

    1) to 3) works perfectly! thanks!!

    4) didnt work.
    5) take a look pls.

    thanks!

    Attachments:
    You must be logged in to view attached files.
    #189790
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    try this one in 4

    
    .woocommerce-checkout-payment{
      display:none!important;
    }

    Regarding 5, that’s in the cart or checkout page?

    -Rui

    #189792
    ask9
    Member
    Post count: 250

    4) works now. thanks!!

    5) is in the cart.

    regards

    #190230
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can’t replicate that. I’m seeing this.
    https://www.dropbox.com/s/4jmtaw450faiwju/Screenshot%202015-06-30%2014.39.07.png?dl=0

    Try to clear the browser cache.

    -Rui

    #190249
    ask9
    Member
    Post count: 250
    This reply has been marked as private.
    #190640
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Now I can see it.

    Use this one:

    .woocommerce-page .cart-collaterals {
      margin-bottom: 50px;
      padding: 20px 0;
      display: none;
    }

    -Rui

    #190656
    ask9
    Member
    Post count: 250

    yes. it works. thanks rui!

    #190660
    ask9
    Member
    Post count: 250

    last question:

    when i disable responsvie then the main menu is messed up and the search button appears. how can i solve that?

    thanks.

    #190670
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    not sure. Why you want to turn it off since all the custom css was based in a responsive mode?

    -Rui

Viewing 15 posts - 1 through 15 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register