@Alurithardd you need to use custom CSS to change the background of your any Shopify page.
for example
/* Change the background color of the About Us page */
.page-about-us {
background-color: #f4f4f4; /* Set your desired background color */
A user seeks to modify the color scheme of their About Us page to match the rest of their Shopify website.
Initial Problem:
Proposed Solution:
.page-about-us classCurrent Status:
Outcome: The discussion remains open with the helper preparing to apply the requested color adjustments to convert blue text elements to black.
@Alurithardd you need to use custom CSS to change the background of your any Shopify page.
for example
/* Change the background color of the About Us page */
.page-about-us {
background-color: #f4f4f4; /* Set your desired background color */