Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @keesbianca,

    Did you mean you would like to change the color of Dashboard, Orders, Downloads, etc in the left-hand side of the My Account page?
    
    They are basically a link, so you can change the color from the Customizer → Global → Colors → Base Colors → Link Color.

    And please try adding the following CSS code in Appearance > Customize > Additional CSS to remove the white box which stays as background of the Dashboard title text

    .woocommerce-MyAccount-navigation-link.is-active a {
    	background-color: unset;
    }

    I hope it will help. Feel free to reach out to us if you have any further queries.

    Kind regards,
    Herman 🙂

    Thread Starter keesbianca

    (@keesbianca)

    Hi Herman @brainstormteam ,

    Thank you so much! I tried it and it worked great. I also have a problem with my mini cart drop down menu. At some pages I can read the text in pink, but on other pages it seems to be white as is the background. How can I change this?

    Then when I go to ‘view cart’ the text on that page is grey. Do you have any idea where I can change the text color over there?

    Kind regards,
    Bianca

    Hi @keesbianca,

    Please try the following CSS code to change the text

    .widget_shopping_cart_content a {
        color: #ff60ba !important;
    }

    And for the Cart page, go to the same section on the Customizer when you configured the Link Color but this time you need to configure the Text Color.
    
    I hope it helps.

    Kind regards,
    Herman 🙂

    Hi @keesbianca sorry for hijacking your question, but I have one similar…

    How can I change the colour of these icons as they are not links but they do act like it when going over with the cursor…

    https://snipboard.io/eRudpb.jpg

    Thank you, Cindy

    Hi @dehangaar,

    There’s no feature on the Astra theme to add icons on the WooCommerce My Account page. Are you using a third-party plugin to add those icons? I would suggest you contact the plugin author to get the best answer in a better manner.

    Kind regards,
    Herman 🙂

    P.S. We recommend reaching out to us through our Support Portal for faster and quicker help and resolution as mentioned here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change My Account page text color’ is closed to new replies.