How to remove the black block in Contact Page? - Dawn Theme

URL: https://www.meta25.studio/pages/contact-us

Please give me your store url to fix this?

Hi @randytheasian

I only see the black block near the title.

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.section-template--23793205674270__main-padding h1.main-page-title.page-title.h0 {
    margin-bottom: 0;
    padding: 4rem 0;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hi @randytheasian

I hope you are well. You can follow our instructions below:

Step 1: Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
Step 2: Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
Step 3: Add the following code at the bottom of the file above tag

Here is the code for Step 3:

{% if page.id == 141079019806 %}
{% style %}
body{
background: white !important;
}
{% endstyle %}
{% endif %}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.