How can I change my Dawn theme heading color back to black?

Hello,

I have probaby made a color change in past as i have changed a text color of heading banner to white..now I want it black but I cant find the code :grinning_face_with_smiling_eyes:

Can anyone please help?

https://muracycling.com/password

password: hi

Hi @markekop

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

.header-wrapper.color-background-1.gradient.transparent-header {

background: white !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Please add below css code at bottom of assets/base.css file

.banner__box span {
color: #000;

}
Thank you.