Can you send me screenshot of that page,Please inspect the page and then send me screenshot
Or you can send me id of that perticular page
Hi @oscprofessional ,
Here it is:
Right?
Thanks.
This is an accepted solution.
Yes
Now add below css
#a-story-online .page-container { background-color: #ffffe4; }
Hello @oscprofessional
Thank you. That did the trick and it works very well now!
Hi @oscprofessional ,
Are these correct - for the collection page and the product page?
.template-article .page-container,.template-collection .page-container {
background-color: #fff;
}
.template-article .page-container,.template-product .page-container {
background-color: #fff;
}
Thank you.
This is an accepted solution.
Yes,Its correct.
You can also add like this
.template-article .page-container, .template-collection .page-container,.template-product .page-container { background-color: #fff; }
@Skoory wrote:Hi @oscprofessional ,
Are these correct - for the collection page and the product page?
.template-article .page-container,.template-collection .page-container {
background-color: #fff;
}
.template-article .page-container,.template-product .page-container {
background-color: #fff;
}
Thank you.
Hey @oscprofessional ,
How important is the spaces or number of spaces between commas and periods in the code above?
Hi @oscprofessional,
Apologies to bump this thread.
I am looking to do something similar in the Minimal theme, but change the entire page background color to black as well links and text, both to white in this one collection only. While I tried several suggestions from the forums they either did not work with the template or were outdated posts.
Any suggestions?
Additionally, is it possible to change the upper left logo again just in this one collection to this image?
Any insight is much appreciated,
Lisa
@Michael_Pink lended a hand for the Minimal theme and sorted me out. If anyone runs into a similar issue:
/*=======Change body and footer background=====*/
body#YOUR COLLECTION NAME {
background: #000!important;
}
#YOUR COLLECTION NAME .site-footer {
background-color: #000!important;
}
/*====Change color to white======*/
#YOUR COLLECTION NAME * {
color: #fff;
}
User | Count |
---|---|
804 | |
115 | |
91 | |
84 | |
73 |