Change the FirstView text color from white to black in dawn theme

Change the FirstView text color from white to black in dawn theme

Claclac
Tourist
11 0 1

Hi, guys!
I want to change the FirstView text on my website from white to black.
Also, I would like to change the background of the button from the current specification to black and the text to white.

Here is the URL.
https://claclacstore.com/


If you could tell me, it would be a big help.

Thank you in advance.
zgan1kv28rxlz7xkmce7zybrhqmr.jpg

Replies 2 (2)

Moeed
Shopify Partner
7145 1932 2355

Hey @Claclac 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

 

<style>
h2.banner__heading.inline-richtext.h1 {
    color: black !important;
}
.banner__text.rte.body {
    color: black !important;
}
.banner__buttons {
    background: black !important;
    border-radius: 20px;
}
</style>

 

Capture.JPG

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Claclac
Tourist
11 0 1

Thank you for your suggestion!
But the main text is still white. Do you know why?
Screenshot 2023-06-01 142257.jpg