How can I change my title color to white?

Solved

How can I change my title color to white?

Cozy2
Visitor
1 0 0

Greetings,

I am inquiring for assistance in altering the color of the title to white. Despite my attempts with several scripts, they have proven ineffective thus far.

Kindly find the link below:

https://cosycraze.co/

Your cooperation is greatly appreciated.

Warm regards,

Accepted Solutions (2)

Guleria
Shopify Partner
3515 707 988

This is an accepted solution.

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

.banner__text.rte {
    color: #fff;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: [email protected]
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL

View solution in original post

PageFly-Henry
Shopify Partner
1184 335 290

This is an accepted solution.

Hi @Cozy2 

This is Henry 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


slideshow-component.slider-mobile-gutter p {

    color: white !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
3515 707 988

This is an accepted solution.

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

.banner__text.rte {
    color: #fff;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: [email protected]
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL
joules40
Visitor
1 0 0

I would like your help in changing the title's color to white. I have tried a few different scripts, but so far they haven't worked.

Please click the following link:

PageFly-Henry
Shopify Partner
1184 335 290

This is an accepted solution.

Hi @Cozy2 

This is Henry 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


slideshow-component.slider-mobile-gutter p {

    color: white !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.