fc1 Posted January 30 Share Posted January 30 hello, i inverted my site title on white pages so that it is visible, but they are still not showing up in mobile view. www.empathystories.org/privacy www.empathystories.org/terms-of-use how do i fix this? thank you! Link to comment
Ziggy Posted January 30 Share Posted January 30 You need to add this, the header has a different identifier on mobile: img.Mobile-bar-branding-logo { filter: invert(1); } and this for the text: a.Mobile-bar-branding:after { color:#000; } Let me know if that helps, and give my post a thumbs up if you can, thanks! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
fc1 Posted January 30 Author Share Posted January 30 hi @Ziggy thanks for responding. that's on the right track but it changed for all of the pages not the two i am trying to fix: terms of use and privacy policy. how do i make it page specific? Link to comment
Ziggy Posted January 30 Share Posted January 30 1 minute ago, fc1 said: how do i make it page specific? How did you do it before? You can either add the page IDs if you're using Custom CSS, or put it in the page header code injection within <style> tags. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
fc1 Posted January 30 Author Share Posted January 30 @Ziggy if you'd be willing to tell me how to add the page ids in custom css that would be helpful. Link to comment
Ziggy Posted January 31 Share Posted January 31 Here's the Custom CSS with the two page IDs: #collection-63d7fa1d10a9b848be40cf65, #collection-61ac110e0331ac60bef6ec63 { img.Mobile-bar-branding-logo { filter: invert(1); } a.Mobile-bar-branding:after { color:#000; } } You can add more page IDs to the first line, comma-separated. Once you've installed that, can mark my post as the solution to your thread and give a thumbs up? Thanks! tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? 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