Refresh Theme - Modify Background color of my TITLE

Solved

Refresh Theme - Modify Background color of my TITLE

BraseBreizh
Tourist
12 0 0

Hi

 

My website is : https://www.brasebreizh.fr 

 

I would like to modify the background color of all my H1 which are black but I want them the same color as my website 

(I don't want the black background behind gold)

could you help me ? Thanks a lot

Capture d’écran 2024-06-19 à 14.37.39.png

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 296

This is an accepted solution.

Hi @BraseBreizh 

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

 

main#MainContent {

    background: unset !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 2 (2)

suyash1
Shopify Partner
10569 1306 1674

@BraseBreizh - please add this css to the very end of your base.css file and check

 

.rich-text.content-container{background-color: #000;}

 

suyash1_0-1718801125050.png

 

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

PageFly-Henry
Shopify Partner
1184 335 296

This is an accepted solution.

Hi @BraseBreizh 

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

 

main#MainContent {

    background: unset !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.