Viewing 1 replies (of 1 total)
  • Hello @kungfuclass,

    When step by step view is enabled you can hide the service price on the front-end by applying the following CSS rules:

    .info .price{
    	display: none;
    }

    In the default view, it is not possible to hide the service price for employees. You can hide only prices for service categories:

    .filter-info .description {
    color: transparent !important;
    }

    Kind regards

Viewing 1 replies (of 1 total)
  • The topic ‘Don’t want to show the “Price”’ is closed to new replies.