My account – question + buttons + search
-
Hi team,
I’d like to know how to remove the “Register” link from the My account icon dropdown. Screenshot attached for reference. I have stopped the “Register from My Account page” option in WooCommerce and you can only register at checkout.
Additionally, how can I change all the black texts to my brand colour in bulk? Ideally I am hoping I won’t need to add separate code for dropdown, log in, forgot password, etc. Thank you in advance.
Attachments:
You must be
logged in to view attached files.
Hello,
01. Try to add the following custom css code in Theme Settings > Custom CSS.
.login-dropdown-inner.woocommerce .create-account-link {
display: none;
}
02. You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards,
Thank you! May I ask which option from the dropdown do I need to choose in the Advanced typography for this specific element?