Home Forums WoodMart support forum how to hide registration button or redirect to a dedicated page ?

how to hide registration button or redirect to a dedicated page ?

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

    qtwrk555
    Participant

    Hi,

    in my account page as my screenshot , is there anyway I can hide this registration button or make the click to redirect to certain dedicated page ?

    best regards,

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

    Hello,

    Yes, You can hide the registration button from My-account Page by pasting this CSS code :

    .wd-switch-to-register{
    display:none !important;
    } 

    In the Theme Option > Custom Css > Global CSS Section

    Best Regards.

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