We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

how do i change the colour font and background to a page i added in my header menu

Solved

how do i change the colour font and background to a page i added in my header menu

dumbl3d00r
Explorer
60 0 12

 as you can see i want to change the white background to match my store theme which is #7e6d60 and i also want the black font to match the other font #b2947cScreenshot (231).png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Hi @dumbl3d00r 

 

Please try the following code. I adjusted your background color to match the other background you have
1. From the Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. Then place the code below at the very bottom of the file and SAVE

 

section#shopify-section-template--23627624448340__main {
    background: #786659;
}

section#shopify-section-template--23627624448340__main h1.main-page-title {
    color: #b2947c;
}

 

 

Result:

 

Made4uoRibe_0-1729874030792.png


Please click 'Like' and mark it as 'Solution' if you find it helpful.

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Hi @dumbl3d00r 

 

Please try the following code. I adjusted your background color to match the other background you have
1. From the Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. Then place the code below at the very bottom of the file and SAVE

 

section#shopify-section-template--23627624448340__main {
    background: #786659;
}

section#shopify-section-template--23627624448340__main h1.main-page-title {
    color: #b2947c;
}

 

 

Result:

 

Made4uoRibe_0-1729874030792.png


Please click 'Like' and mark it as 'Solution' if you find it helpful.

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Btw, make sure to check your color contrast. Even with your previous provided background, it is still failing


Made4uoRibe_0-1729874871440.png

Made4uoRibe_1-1729874959811.png

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.