Hello,
I would like to hide the row with “Appelez-nous” button only on desktop. There is an option but it doesn’t work.
Link of the page : http://chauffage-geneve.ch/ventilation/
Some code could resolve the problem ?
Thank you very much. Seb
Hello,
I would like to hide the row with “Appelez-nous” button only on desktop. There is an option but it doesn’t work.
Link of the page : http://chauffage-geneve.ch/ventilation/
Some code could resolve the problem ?
Thank you very much. Seb
Hello there,
Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (min-width: 1025px) {
#pg-27-3 {
display: none;
}
}
Regards,
Kharis