Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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!
    Sam

    #840209

    Hey 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,
    Rikard

    #842374
    This reply has been marked as private.
    #842474

    Hi,

    You can use (Email address hidden if logged out) then post the temporary admin account in private content.

    Best regards,
    Nikko

    #842579
    This reply has been marked as private.
    #842740

    Hi,

    It seems I could not find a way to go to the login page (see screenshot in private content).

    Best regards,
    Nikko

    #842917
    This reply has been marked as private.
    #843178
    This reply has been marked as private.
    #843372
    This reply has been marked as private.
    #844617

    Hi,

    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,
    Ismael

    #845276

    Thanks 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!
    Sam

    #845383
    This reply has been marked as private.
    #845666

    Hi,

    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,
    Ismael

    #845677
    This reply has been marked as private.
    #846247

    Hi 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

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