Tagged: shopping cart, wooocommerce
-
AuthorPosts
-
August 16, 2017 at 10:06 am #839806
Dear Support
When hovering over the shopping cart a field with the chosen items appears.
I would like to change the the font to black when placed on the grey background for better visibility I created a screenshot but cannot seem to attach it this module.
General question: Are the color schemes of the User Account in WooCommerce modified in Alternate Content or must it be changed by code?
Thank you for your help!
SamAugust 17, 2017 at 5:34 am #840209Hey Sam,
Could you post a link to the site in question so that we can take a closer look please? Also please point out the text in the user account that you are referring to, I think you will need custom CSS to change that.
Best regards,
RikardAugust 22, 2017 at 9:21 am #842374This reply has been marked as private.August 22, 2017 at 12:34 pm #842474Hi,
You can use (Email address hidden if logged out) then post the temporary admin account in private content.
Best regards,
NikkoAugust 22, 2017 at 2:41 pm #842579This reply has been marked as private.August 22, 2017 at 8:08 pm #842740Hi,
It seems I could not find a way to go to the login page (see screenshot in private content).
Best regards,
NikkoAugust 23, 2017 at 8:36 am #842917This reply has been marked as private.August 23, 2017 at 4:54 pm #843178This reply has been marked as private.August 24, 2017 at 9:25 am #843372This reply has been marked as private.August 28, 2017 at 4:02 am #844617Hi,
Please add the following css code in the Quick CSS field.
.header_color .main_menu ul:first-child > .woocommerce-mini-cart-item:hover * { color: #000000; }
Best regards,
IsmaelAugust 29, 2017 at 11:07 am #845276Thanks Ismael
Is there a way to change the font to black when hovering over the items for better readability?
Also change the “View Cart” and “Checkout” at the bottom to black permanently.
Thanks for your help!
SamAugust 29, 2017 at 5:14 pm #845383This reply has been marked as private.August 30, 2017 at 8:26 am #845666Hi,
Is there a way to change the font to black when hovering over the items for better readability?
That is what the css code is for. Did you try it? Please remove browser cache or hard refresh before checking the page.
Best regards,
IsmaelAugust 30, 2017 at 8:35 am #845677This reply has been marked as private.August 31, 2017 at 2:05 pm #846247Hi Sam,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .header_color .dropdown_widget .buttons .button { color: #000; }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.