Solved

Add back-round colour to a page debut theme

achaaraoui
Excursionist
47 0 9

I want to add a box as the back-round colour behind the about pages text . As shown in the uploaded photo, the red box lining is around what I want with a similar shape and location where it would be filled with a colour and the text would be visible on top but still keeps white edges. I know that I half to do something in the html of the page, just not sure what to put. thank you.  website : https://maisonloushi.myshopify.com/pages/apropos pass:1234

Screen Shot 2021-07-31 at 2.45.43 AM.png

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

@achaaraoui 
add this code in theme.scss or theme.css

@media only screen and (min-width: 750px){
.medium-up--push-one-twelfth {
    background-color: #ACC8DF !important;
}}

Thank you.

View solution in original post

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1565

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Zworthkey
Shopify Partner
5581 642 1565

@achaaraoui 
which color do you want.

thank you.

achaaraoui
Excursionist
47 0 9

@Zworthkey here is the color number : #ACC8DF

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

@achaaraoui 
add this code in theme.scss or theme.css

@media only screen and (min-width: 750px){
.medium-up--push-one-twelfth {
    background-color: #ACC8DF !important;
}}

Thank you.

achaaraoui
Excursionist
47 0 9

@Zworthkey thank you so much

Zworthkey
Shopify Partner
5581 642 1565

@achaaraoui 
Need Any Help Contact us.

Zworthkey
Shopify Partner
5581 642 1565

remove irrelevant content from the page.