Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us. Can you provide a screen capture pointing to the area you wish to customize. I want to make sure I understand your question correctly.

    Thank you.

    Thread Starter Brian

    (@brianwi340)

    The product links in the cart are blue. I want to change them to white.

    Can be seen at buckitscents.com. ONLY USE THE LAST PRODUCT ON THE LIST AND THE CART IS BELOW THAT to see it.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for providing more information. Please try the following custom CSS code.

    .wp_cart_item_name {
    color: white;
    }

    Let me know if it helps you.

    Kind regards.

    Thread Starter Brian

    (@brianwi340)

    It did not work.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Please try the following custom CSS code. I tested this CSS code in my test site and it works for me.

    .wp_cart_item_name a, a:visited {
    color: white;
    }

    Let me know if this helps you.

    Kind regards.

    Thread Starter Brian

    (@brianwi340)

    The only thing that did not change was the link in the I ACCEPT THE TERMS AND CONDITONS statement when enabled. Can I get that as well?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    The only thing that did not change was the link in the I ACCEPT THE TERMS AND CONDITONS statement when enabled.

    In that case try the following CSS custom style.

    .wp_cart_item_name .wp_shopping_cart_tnc_input, a, a:visited {
    color: white;
    }

    Let me know if this works for you.

    Kind regards.

    Thread Starter Brian

    (@brianwi340)

    Last, anyway to put change color of the Must Hit Enter to Update Qty message! Or add a white text background behind it?

    other suggestions have worked! Thanks much.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Last, anyway to put change color of the Must Hit Enter to Update Qty message! Or add a white text background behind it?

    Can you share more information or maybe a screen capture so that I can see the message in question. I want to make sure I can help you with the above message.

    Kind regards.

    Thread Starter Brian

    (@brianwi340)

    Go to buckitscents.com and add product. Manually type in a new quantity for that product in the cart. Screenshots dont appear to work in this forum. Says “Hit enter to submit new Quantity” in RED.



    • This reply was modified 3 months ago by Brian.
    • This reply was modified 3 months ago by Brian.
    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for providing more information. I have submitted a message to the developers to investigate further your request.

    Kind regards.

    Plugin Author mra13

    (@mra13)

    Hi, We will need to make a small change to our plugin’s code (to add a new CSS class for it). Then it will be possible to customize the appearance of that message. I have added it to our todo list for the next release of the plugin.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Please test the latest version. A new CSS class has been added, that allows you to customize the message in question.

    Kind regards.

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