• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 29.06.20, 14:24
  • Opened by: Bastien Lefevre
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #18484 - Remove element on the contact page

Hi,
I would like to remove the bloc “24/h service client” on the contact page.
Can I do that with custom CSS ?

Thank you !

Comments

Bastien Lefevre 29 Jun 2020, 14:25

image attached

Attachments:

Capture d’écran 2020-06-29 à ... (75.1 KiB)
Fred 01 Jul 2020, 10:55

Find the option in the Theme Settings → Contact page

Bastien Lefevre 02 Jul 2020, 11:44

There is nothing in here to remove that element. I don’t understand

Fred 03 Jul 2020, 09:30

ok, you can try to hide it with custom CSS.
I recommend you to use Developer Tools of your browser to change such small things https://www.youtube.com/watch?v=wcFnnxfA70g

Bastien Lefevre 03 Jul 2020, 10:47

Yes it’s what I’m trying to do but I don’t know what class I have to select to hide it

Fred 06 Jul 2020, 10:46

try this:

.contact-page-footer > div:last-child {display:none}