Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #858780

    Hello,
    i just bought a new copy of Enfold for a new client of mine.
    I’m trying to customize a bit the add to cart button to match the client communication style.
    I need support in changing the following things if possible:

    i’d like to have the + – quantity button to look like the following image.
    quantity

    Thank you

    #858801

    Hey bitinteractive,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #858898

    Hello Mike
    the website cannot be published, in the private content you can see the login info
    once logged you can go here

    http://morsoworld.com/prodotto/collare-broken-self/

    I would like to know if it is possible to switch the quantity buttons on the same row of the size and have the “add to cart” button at 100% width.

    Thank you

    #858922

    Hi,
    It seems that the login is not admin, or that you have a security plugin blocking our access to the theme options keeping me from making these changes.
    So please check your color settings for “background-color: sq9mro9qdms;” which is invalid, please change it to black (#000000)
    2017-10-01_091550
    This fix may still work if you can’t find the error, Try this code in the General Styling > Quick CSS field:

    
    #top .alternate_color .quantity input.plus, #top .alternate_color .quantity input.minus {border-color: transparent!important; color: #fff!important; background-color: #000!important; }
    div form.cart div.quantity {min-width: 129px!important; }
    #top .quantity {background-color: transparent!important; }
    #top .quantity .input-text.qty.text {background-color: #dcddde!important; }

    2017-10-01_091356

    Best regards,
    Mike

    #859173

    Hello Mike,
    i changed your permission to administrator.
    It is possible to remove the shade on the plus minus button? The client requested the buttons transparent, so just the border without the filling.
    Please let me know
    Thank you

    #859540

    Hi,

    Please use the following css codes to make the quantity buttons transparent.

    #top .alternate_color .quantity input.plus, #top .alternate_color .quantity input.minus {
        border-color: #ffffff !important;
        color: #ffffff !important;
        background-color: transparent !important;
        background-image: none !important;
    }

    Best regards,
    Ismael

    #859543

    Thank you Ismael. It worked like a charm :)

    Have a nice day

    #859568

    Hi,

    Great! Please feel free to open a new thread if you need anything else. Have a nice day! :)

    Best regards,
    Ismael

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