Home Forums WoodMart support forum My account – question + buttons + search

My account – question + buttons + search

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #696616

    vynil
    Participant

    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.
    #696685

    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,

    #696804

    vynil
    Participant

    Thank you! May I ask which option from the dropdown do I need to choose in the Advanced typography for this specific element?

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