Delacroy Remove Header Contact - Question | JoomShaper

Delacroy Remove Header Contact

J

johnny

Template 2 months ago

In the Delacroy template how do I remove the Contact button on the top right of the header? See image.

https://imgur.com/a/0jY5TbO

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #160755

Yes possible. Go to site modules search menu and then unpublish menu button. Follow the screenshot below:

https://prnt.sc/yy-EeUwdojip

https://prnt.sc/Ki0VPuEtLLqK

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #160734

Hi

Thanks for contacting us. Use this CSS in your custom.css file

body .sppb-btn.sppb-btn-default.sppb-btn-outline, body .sppb-btn.sppb-btn-primary.sppb-btn-outline, body .sppb-btn.btn-primary.sppb-btn-outline, body .btn.sppb-btn-default.sppb-btn-outline, body .btn.sppb-btn-primary.sppb-btn-outline, body .btn.btn-primary.sppb-btn-outline{
  display: none !important;
}

-Regards.

0
J
johnny
Accepted Answer
2 months ago #160750

ow can i remove it without adding custom code?

0