Map Page and contact us Page

Map Page and contact us Page

kashco
Explorer
114 1 14

https://kashco-interiors.myshopify.com/pages/contact-us

 

password: kashco

 

  • How can we make contact header background to be black and white text ?
  • Make phone number also mandatory field in contact form 

 

I want to remove this button of "Your Wishlist" on the left ? 

 

- I want to create a MAP page to embed my locations on page: Which application do you recommend using ?

Replies 2 (2)

DaisyVo
Shopify Partner
4340 482 569

Hi @kashco 

 

 

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Edit Code > theme.liquid
  2. Add the following code under <head>:

 

{% style %}
{% if canonical_url == "https://kashco-interiors.myshopify.com/pages/contact-us" %}
main#MainContent > section:nth-child(1) {
    background: black !important;
}
a.button-floating {
    display: none !important;
}
{% endif %}
{% endstyle %}

 

 

This code removes "Your Wishlist" and changes the background color.

Regarding the phone number field requirement, this cannot be customized using CSS alone—it requires modifying the code. You may need to hire a developer for this customization.

I hope this helps

 

Best,

 

Daisy

 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
kashco
Explorer
114 1 14

I want to remove floating button from

whole site, how to achieve that. I got it. Just add to make it the home page url. thanks.