Home Forums WoodMart support forum Mobile menu "MyAccount" coloring

Mobile menu "MyAccount" coloring

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100351

    pogopie
    Participant

    Hello,
    I would like to change the color of the the “icon-sub-menu” arrow to white, but only on the My Account tab.
    And the color of text of My account navigation links “woocommerce-MyAccount-navigation-link”
    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #100412

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .menu-item-my-account .icon-sub-menu {
    	color: white;
    }
    
    body .menu-item-my-account .sub-menu li a {
    	color: white;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)