Remove Request Button In Specialist Page, Remove Specialty And Gender Option From Filter - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Remove Request Button In Specialist Page, Remove Specialty And Gender Option From Filter

CM

Chotika Mahatkomol

Extension 3 years ago

I would like to remove "request appointment" in specialist page. But I don't know what name should be used in css file. I also want to remove specialty and gender from filter option in specialist list.

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #83313

For remove the button please use this custom CSS

.appointment-button {
    display: none;
}

For removing the the filter please use this custom CSS

.spmedical-sidebar .spmedical-category-search:nth-child(2) {
    display:none;
}
.spmedical-sidebar .spmedical-category-search:nth-child(3) {
     display:none;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #83057

Hi

Thanks for contacting us. I cant access your site. Could you please check again?

-Regards.

0
CM
Chotika Mahatkomol
Accepted Answer
3 years ago #83059
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #83087

Hi

Please give me that specific page link. I cant find out the Request Appoinment button.

Do you want to remove thie full filter portion?

https://prnt.sc/9QV8d5pM_be5

0
CM
Chotika Mahatkomol
Accepted Answer
3 years ago #83089

For the filter I would like to keep the "by department section"

And this is the link for request appoinment button (locate under the profile picture abs profile data). http://physiology2.md.chula.ac.th/index.php/th/staff-th/1-duangporn-th

Thanks.

0