Home Forums WoodMart support forum my account control panel

my account control panel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #511444

    clear
    Participant

    Hello, we want to change the icons in the control panel dashboard displayed in the my account area, can you help me with the code block and path? The relevant image is attached, thank you.

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

    Hung Pham
    Keymaster

    Hi clear,

    Thanks for reaching to us

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    /* Orders */
    .wd-my-account-links .orders-link a:before { 
    	 content: "\f106" !important; 
    }
    
    /* Addresses */
    .wd-my-account-links .edit-address-link a:before { 
    	 content: "\f13f" !important; 
    }
    
    /* Account */
    .wd-my-account-links .edit-account-link a:before { 
    	 content: "\f147" !important; 
    }

    In order to see full list of icons, please go to Theme Settings > Typography > Icon fonts https://prnt.sc/uhovgVvcpkSN

    Regards,

    #511665

    clear
    Participant

    Hello, thank you for your support, the problem has been resolved. Thank you also for providing quick support.

    #511667

    Hung Pham
    Keymaster

    Hi clear,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘my account control panel’ is closed to new replies.