How to hide registration button

  • Posts: 7
  • Thank you received: 0
8 years 1 week ago #255234

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.4

Hi i managed to have Registration and Customer option on the website.(So people can register or order without registration) And i would like to hide the registration button on the customer option. Is it possible?

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

  • Posts: 4747
  • Thank you received: 644
  • MODERATOR
8 years 1 week ago #255261

Hello,

You can add some Css order in your frond end css, in order to hide your button.
This kind of Css order :

your_button_class {
    display: none;
}

Learn, here how to create a custom front end css with this tutorial .

Hope this will help you.

Regards

Last edit: 8 years 1 week ago by Philip.

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

  • Posts: 7
  • Thank you received: 0
8 years 1 week ago #255289

I know how to hide it but the problem is it has general class so if I hide it then i hide all the registration buttons.
Iam giving customers to chose to login, register or customer. And in the customer i have register button and thats missleading them. (Yes they can register but, they dont want to)

wizzy.cz/

If i will be specific i know how to stylize it.

a#hikashop_register_form_button.hikashop_cart_button

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 1 week ago #255303

Hi,

I don't see the problem. You can use such CSS for that:
#hikashop_checkout_registration .hikashop_cart_button{ display:none; }
That will only hide the registration button of the checkout.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum