Hi there,
I need some help changing the colour of a specific section on a page. I want to change the text colour of all the text to #120202 and the background to #D9D9D9. On the section thats says “What’s your number ?”.
This is the URL:https://siriusgrooming.com/pages/products
Thanks. Much Appreciated
Hi @MitchellBrown55
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
.color-background-1.isolate.gradient {
background: #D9D9D9 !important;
}
.color-background-1.isolate.gradient h2, .color-background-1.isolate.gradient a{
color: #120202 !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
1 Like