Solved

Remove Heading From Contact Page in Dawn Theme

SunnyDaze
Excursionist
13 0 5

The headings in Dawn are really not aesthetically pleasing.  I wish the developers would allow options to change the color, alignment, etc.

I want to remove the header text from my contact page.  I thought I found the place in the code to do it (I successfully removed a form field), but I was not able to remove the header text.

I know HTML but not much JavaScript.  Could someone tell me which file and line to edit to remove it?

I tried deleting line 4 as highlighted in this image but that did nothing.

SunnyDaze_0-1634398604118.png

 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@SunnyDaze 

1. Go to Online Store->Theme->Edit code

2. Asset->/base.css ->paste below code at the bottom of the file.

.contact-form .main-page-title {
    display: none !important;
}

Hope this work.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 13 (13)

dmwwebartisan
Shopify Partner
12289 2547 3698

@SunnyDaze 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
SunnyDaze
Excursionist
13 0 5
dmwwebartisan
Shopify Partner
12289 2547 3698

@SunnyDaze 

Please open Sections/contact-form.liquid file and find following code 

<h2 class="title">{{ section.settings.heading | escape }}</h2>

Replace to 

{% comment %}
<h2 class="title">{{ section.settings.heading | escape }}</h2>
{% endcomment %}

Hope this work!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
SunnyDaze
Excursionist
13 0 5

Unfortunately, that didn't work either.

dmwwebartisan
Shopify Partner
12289 2547 3698

@SunnyDaze 

i will check and send the solution

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
dmwwebartisan
Shopify Partner
12289 2547 3698

@SunnyDaze 

Please open Layout/theme.liquid file and find following code 

<body class="gradient" >

Replace to

<body class="gradient {{ page_title | handle }}" >

please do this changes .after i will send css code 

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
SunnyDaze
Excursionist
13 0 5

OK.

I replaced it with

<body class="gradient {{ page_title | handle }}" >

 

KetanKumar
Shopify Partner
36845 3636 11978

@SunnyDaze 

yes please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-page.css ->paste below code at the bottom of the file.

.contact-form .main-page-title {display: none;}

After  Code view

KetanKumar_0-1634442919437.png

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
SunnyDaze
Excursionist
13 0 5

@dmwwebartisan 

Could you help me out with the CSS for it when you get a chance?  I really appreciate it.  Thanks.

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@SunnyDaze 

1. Go to Online Store->Theme->Edit code

2. Asset->/base.css ->paste below code at the bottom of the file.

.contact-form .main-page-title {
    display: none !important;
}

Hope this work.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
SunnyDaze
Excursionist
13 0 5

@dmwwebartisan 

It worked!  Thank you SO MUCH for your time.

sahduff
Visitor
2 0 1

is there any way to remove the heading titles from every page?

KetanKumar
Shopify Partner
36845 3636 11978

@sahduff 

yes, please provide store url so i will check and guide you

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing