Falconer Posted January 19, 2021 Share Posted January 19, 2021 Site URL: https://www.martinfalconer.com/projects/littlebe Hi guys, I have a grey background which works well with my branding elements across the whole site except on this one page where it clashes quite badly with the images. I'm wondering, is there a way to lighten the background colour a little across the entire page (header + footer included) for this specific project? Many thanks, Martin Link to comment
tuanphan Posted January 20, 2021 Share Posted January 20, 2021 Add to Design > Custom CSS body#item-5f47b82d8ee0877c453a2053 { .section-background, .page-section { background: transparent !important; } & { background-color: green !important; }} Replace green with color what you want. Falconer 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Falconer Posted April 13, 2021 Author Share Posted April 13, 2021 On 1/20/2021 at 2:53 PM, tuanphan said: Add to Design > Custom CSS body#item-5f47b82d8ee0877c453a2053 { .section-background, .page-section { background: transparent !important; } & { background-color: green !important; }} Replace green with color what you want. That worked very well, many thanks. I don't suppose there's a way to get the colour through the footer too? Link to comment
tuanphan Posted April 14, 2021 Share Posted April 14, 2021 23 hours ago, Falconer said: That worked very well, many thanks. I don't suppose there's a way to get the colour through the footer too? Change green to another color Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Falconer Posted April 16, 2021 Author Share Posted April 16, 2021 On 4/14/2021 at 10:22 AM, tuanphan said: Change green to another color Done that, was an easy fix. What I mean is that the footer appears to have a different background colour to the rest of the page (see still below). Is there a way to get it to match the white elsewhere? Link to comment
tuanphan Posted April 19, 2021 Share Posted April 19, 2021 On 4/16/2021 at 6:47 PM, Falconer said: Done that, was an easy fix. What I mean is that the footer appears to have a different background colour to the rest of the page (see still below). Is there a way to get it to match the white elsewhere Add to Design > Custom CSS /* portfolio pagination background */ .item-pagination[data-collection-type^="portfolio"], .item-pagination[data-collection-type^="portfolio"] { background: white !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Falconer Posted April 19, 2021 Author Share Posted April 19, 2021 3 hours ago, tuanphan said: Add to Design > Custom CSS /* portfolio pagination background */ .item-pagination[data-collection-type^="portfolio"], .item-pagination[data-collection-type^="portfolio"] { background: white !important; } Thanks a lot tuanphan. I tweaked and combined your two css codes to get just the littleBe page and pagination BG colour to change but the other portfolio pages to stay the same and ended up with this which seems to work - body#item-5f47b82d8ee0877c453a2053 { .section-background, .item-pagination[data-collection-type^="portfolio"], .page-section { background: transparent !important; } & { background-color: rgba(0,0,0,0) !important; }} only difference from your original code is I inserted the pagination bit into it tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment