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

    Do the colors from the Site setup affect the colors in any of the woocommerce checkout pages.

    I have checked and changed all color settings and reviewed checkout pages for Woo and find nothing changes..

    #1092816

    Hey wealthyone,

    Could you post a link to where we can see the elements in question? Also please clarify what you would like to change and how.

    Best regards,
    Rikard

    #1092910

    Again sorry I am using this on my desktop Server so cant show you. but here is a screen shot

    https://pasteboard.co/IaZ5UxA.png

    certain items appear in a very dull color
    This was the same on the Hover Over of the Cart button. But managed to change these.

    So is this a woo coloring or Theme coloring??

    #1093243

    Hi,

    Thanks for the screenshot. You can find out if that is coming from the theme or from WooCommerce if you inspect the element in question in your browser and check which CSS file is providing the color argument.

    Best regards,
    Rikard

    #1093575

    So in General??
    Does the theme have any control over the Cart..
    All the main colors are almost the same as the site.

    And I dont see anywhere where I can change colors or Woocommerce

    #1094110

    Hi wealthyone,

    That can be adjusted by css. Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1094288

    Victoria
    Please read above.
    This is on a desktop server

    its a simple question I think. Does the Theme colors affect the Woocommerce shop or cart

    #1094667

    will let you know when I have uploaded new site to temp area

    #1094692

    ok site is up on a temp url. but you can see the problem

    #1095265

    Hi wealthyone,

    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

    
    
    #shipping_method .woocommerce-Price-amount.amount, #shipping_method .woocommerce-Price-currencySymbol {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1095279

    Thanks
    I see when you click on the drop down to “Change Address”
    All the options are white, like the background..

    What code would I put in here please

    In fact maybe to change the wording to black would be better

    #1095360

    Hi,

    I’m not seeing that specific dropdown. Can you screenshot the area?

    Best regards,
    Jordan Shannon

    #1095580

    I think you have to have an item in the cart.
    The go to the Cart totals and then Change address
    When you click that 2 fields for country and State come up as drop downs

    https://pasteboard.co/IcsWGaK.png

    #1095806

    Hi wealthyone,

    Please try using this code too:

    
    .select2-results__options .select2-results__option {
      color: #555;
    }
    

    Best regards,
    Victoria

    #1095976

    Perfect. Thankyou Victoria

    #1095989

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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