Nuro Doctors - Question | JoomShaper

Nuro Doctors

A

Arno Bück

Template 1 month ago

Hello,

how can i hide the doctor sear and on the left side the filter on this page:

https://new.dr-kaus.de/team-zahnarztpraxis-oralchirurgie-euskirchen

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #153023

Hi Arno,

if you cannot find that in component settings, it means that you have to use Custom CSS for that.


Left Filter section you can hide using:

.spmedical-specialists-search-result .spmedical-sidebar {display: none;visibility: hidden;}
.spmedical-specialists-search-result .spmedical-col-md-8 {
  max-width: 100%; flex: 0 0 100%; }

OR by php code customization.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #153024

Top Search input box you can hide by:

.spmedical-specialists-search .input-filters .specialist-wrapper .custom-combobox input
{display: none;visibility: hidden;}
0
A
Arno Bück
Accepted Answer
4 weeks ago #153222

Thank you Paul ist works.

Is ist possible, that i create an anchor link on the pace specialist with an modul id?

0
A
Arno Bück
Accepted Answer
4 weeks ago #153226

Thx, i solved the problem

0