Remove Mobile number from Contact Us Page

GK User
Tue Mar 21, 2017 4:31 am
How do we go about removing the field "Mobile Number" from the contact us page?
User avatar
Fresh Boarder

Joshua M
Tue Mar 21, 2017 9:04 am
Hi,

Try to add the following custom css code:
Code: Select all
.contact-contactinfo > div:last-of-type {
  display: none;
}

User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.