Image Gallery header

Hi, I’ve created an image gallery on my store

The page they go to to register has the header text whited out so that the customer cannot see it. Can anyone help fix this?

Screenshot:

URL: Photo Gallery – Hobbster

1 Like

@Solomond

Please add the following code at the bottom of your css file.

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    color: #000;
}
1 Like

Hi @Solomond

check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

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:

.page-width.page-width--narrow.section-template--20075405771083__main-padding h1 {
    color: black;
}

And Save.

Result;

And also it not only in this side the text color problem, you have this also.

This is the code to fix. Same Instruction.

form.search.search-modal__form label.field__label {
    color: white !important;
}
button.search__button.field__button, button.reset__button.field__button {color: white;}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

This is Noah from PageFly - Shopify Page Builder App

Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Works great, thank you.

how to add new gallery headers in the page design?