Guest Posted January 28 Share Posted January 28 (edited) Hello, I'd love your help helping me solve a problem with CSS. I've decided I want one of my pages to have a different color theme than the others. This works great on the main sections within each page, but the footer can only be one color theme, sitewide. I want the footer color theme to be different on one page. Is it possible to assign a site style color theme, the one named 'LIGHTEST 2' to the footer just on the /photo page? I'm not sure how I would address the color themes in CSS. It's important that it is in CSS or perhaps a code section because I only have the personal plan and cannot use page-specific code injection.http://www.dustin.landMy site password is: SQtemp123 Thank you for the time and help! 😊 Edited January 28 by DustinWilliam Link to comment
Solution tuanphan Posted February 1 Solution Share Posted February 1 Add this to Photo Page Header <style> footer.sections .section-border, footer.sections .section-background { background-color: #d7d9d9 !important; } </style> If you use a Personal Plan, add this to Design > Custom CSS /* Photo page footer */ body#collection-63d1a5abb1fbe8770971fe49 { footer.sections .section-border, footer.sections .section-background { background-color: #d7d9d9 !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment