Jimmyness Posted November 4, 2022 Share Posted November 4, 2022 Hi all, I want to change the background and the font colour of the page above. Basically inverting the colours, white background, white font. However, when I follow the code I've seen posted elsewhere this doesn't seem to work. Not sure if it's something to do with the Bedford template. Can you help? Thank you! Link to comment
Beyondspace Posted November 4, 2022 Share Posted November 4, 2022 2 minutes ago, Jimmyness said: Hi all, I want to change the background and the font colour of the page above. Basically inverting the colours, white background, white font. However, when I follow the code I've seen posted elsewhere this doesn't seem to work. Not sure if it's something to do with the Bedford template. Can you help? Thank you! Can you share your URL site with protected password (if you have) so we can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Jimmyness Posted November 4, 2022 Author Share Posted November 4, 2022 (edited) For sure, thanks for the speedy reply, I've actually just figured out I can do the background using this code, but I'm not sure the line needed to also make the font black: <style> main#page { background: white; max-width: 100%; padding-left: 10vw; padding-right: 10vw; } </style> Site: https://www.jimmyness.com/research Password: test Thanks! Edited November 4, 2022 by Jimmyness Link to comment
tuanphan Posted November 6, 2022 Share Posted November 6, 2022 On 11/4/2022 at 12:25 PM, Jimmyness said: For sure, thanks for the speedy reply, I've actually just figured out I can do the background using this code, but I'm not sure the line needed to also make the font black: <style> main#page { background: white; max-width: 100%; padding-left: 10vw; padding-right: 10vw; } </style> Site: https://www.jimmyness.com/research Password: test Thanks! You mean change background (header, main content, footer) to white + text to black? 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
Jimmyness Posted November 6, 2022 Author Share Posted November 6, 2022 (edited) 14 hours ago, tuanphan said: You mean change background (header, main content, footer) to white + text to black? Yep, that's it. Basically invert of all of the background color and text I have there now. Background header, content and footer to white. Main text and header text to black. Edited November 7, 2022 by Jimmyness Link to comment
Jimmyness Posted November 8, 2022 Author Share Posted November 8, 2022 (edited) I figured it out! Now I just want to change the link colour and the button colour. Edited November 8, 2022 by Jimmyness tuanphan 1 Link to comment
tuanphan Posted November 10, 2022 Share Posted November 10, 2022 On 11/8/2022 at 11:06 AM, Jimmyness said: I figured it out! Now I just want to change the link colour and the button colour. Use this code <style> div.button-block a { color: red !important; border-color: red !important; } p a { color: violet !important; } </style> 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