Hide register button in checkout page

  • Posts: 10
  • Thank you received: 0
11 years 4 months ago #140527

Is there any way to hide the Register button on the checkout page?

I have tried adding the following lines to the frontend css file but it doesn't remove the button:-
.hikashop_checkout_login_right_part a{
display:none;
}
.hikashop_checkout_login_right_part input{
display:none;
}

Can anyone tell me how to remove the button?

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 4 months ago #140545

Hi,
Using this kind of CSS code will probably do the job :

#hikashop_register_form_button {
display: none;
}

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 0
11 years 4 months ago #140595

Thanks that worked.

Last edit: 11 years 4 months ago by nicolas.

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum