Changing Background, Button & Font Colors for My Account menu, page, and Wishlist

Hi,

I am using the Cosmetic 3 layout and customizing it to be dark.

Link (click purple button): https://beardkingbrotherscom.skipdns.link/

Can you help me with the following:

  1. Change the bg and font color for the 'My Account' dropdown menu?
  2. My Account page: change link colors and BG
  3. Button Color in Orders & Wishlist
  4. Slide Cart Colors: bg, font and button

I have tried playing with the color settings in theme options, but need some help to point me in the right direction.



Comments

  • Hello,

    The link you have sent is not working.

    Are you sure that it is correct?


    Best regards

  • Hello Phil,

    Sorry about that. My client doesn't have a domain yet, so its a temporary link. It's active again. Can you give it a try?

  • Did you proceed with any changes?

    It shows like this for me:

    I could not check the "My Account" page because I do not have credentials to your website.


    Best regards

  • Hi Phil,

    Thank you for looking into it. It appears to be in the right colors now.

    The text coming up black. How do I change the text to white for these pages?

    I can make an account for you to test. Where do I send?


  • Also, how to change the pricing color for the shop cart?

  • Try the following CSS codes:

    1)

    .woocommerce-account #Subheader *,
    .woocommerce-account #Content *{
     color: #fff!important;
    }
    

    2)

    .mfn-cart-holder .woocommerce-Price-amount,
    .mfn-cart-holder .price,
    .mfn-cart-holder .mfn-ch-footer-totals *{
     color: #fff!important;
    }
    

    Best regards

Sign In or Register to comment.