Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1302211

    Hi I have woocommerce in my enfold theme.
    1 • My Mini cart has not background: it’s transparent and it is not readable.
    How can I chango colour in white? I attach screenshot.
    2 • Also how is possible change dimention of button “Add to cart” in my product page?

    thanks.

    #1302513

    Hey soniavoice,

    The screenshot you shared is not publicly accessible, please try changing it to public, or upload the image to imgur.com for example. Also please post a link to your actual site, so that we can have a closer look at it. How exactly do you want to change the dimensions of the Add to cart button?

    Best regards,
    Rikard

    #1302554

    Ok sorry. I give you link public.
    Button cart I’d like to have bigger. Now text and butto is too small.
    You can have a look here: https://easyzanzibar.com/prodotto/guida-zanzibar/

    #1302912

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    div.dropdown_widget_cart {
      background-color: #fff;
    }
    
    button.single_add_to_cart_button {
      width: 300px;
    }

    Best regards,
    Rikard

    #1302955

    Hi, thanks
    Mini cart colour it’s ok now.
    “Add to cart” button is still small (it has no changed after I inserted code).

    #1303295

    Hi,

    Thanks for the update. Please try this instead for the button:

    button.single_add_to_cart_button {
        width: 300px !important;
    }

    Best regards,
    Rikard

    #1303374

    hi Rikard, now it’s ok.
    But I have other issue. In my payment page (I use woo commerce with enfold) I see an automatic sentence that has got an error inside. But I can’t understand where I can modify.
    I attach scrrenshot.
    Thanks

    #1303551

    Hi,

    Thanks for the screenshot. So what exactly is wrong with that text? These articles might help you out if you are looking to change the text:

    https://docs.woocommerce.com/document/woocommerce-localization/

    https://do.that.ee/location-of-woocommerce-language-file/

    Best regards,
    Rikard

    #1303635

    The word “informaizoni” is not correct. Correct word is “informazioni”.
    But probably is a theme translation because I’m using Enfold view for my ecommerce.

    #1303944

    Hi,

    Thanks for the update. Does the same thing happen if you switch to one of the default WordPress themes? I did a search for “informaizoni” in the theme files, but I didn’t get any results.

    Best regards,
    Rikard

    #1303957

    Hi I can’t did the change because last time I did widget gave me issue on the web site And I set up them all again :(

    #1304201

    Hi,

    Is that option added by a plugin? https://wordpress.org/plugins/add-on-woocommerce-mailpoet/. If so, then please try reaching out to the plugin developers.

    Best regards,
    Rikard

    #1304215

    Thanks. It’s that plugin that has got translation error! I write them.

    #1304330

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1304354

    You can close thanks

    #1304536

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Mini cart’ is closed to new replies.