ninabrowndesign Posted November 16, 2020 Posted November 16, 2020 Site URL: https://christinalister.co.uk/ HI there! My site is almost there, thanks for all your support. I have just spotting something that I'm unsure how to change, on the resources and news page, the drop down in navy doesn't really work. Is there any custom code I can pop into the header code injection to make the text or background a different colour?But on those pages only. Thanks!
IXStudio Posted November 16, 2020 Posted November 16, 2020 Hi Use this code in Design -> Custom CSS body[data-menu-overlay-theme-switcher="true"]:not(.header--menu-open) header:not(.black) .header-nav-wrapper .header-nav-folder-item a { color: white !important; /* change the color */ line-height:25px; /* remove if you don't like */ } body[data-menu-overlay-theme-switcher="true"]:not(.header--menu-open) header:not(.black) .header-nav-wrapper .header-nav-folder-content { background-color: #3d3d3d !important; /* change the BG color */ } Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
ninabrowndesign Posted November 16, 2020 Author Posted November 16, 2020 This is fab thank you! Copied and pasted and worked a treat!
tuanphan Posted November 21, 2020 Posted November 21, 2020 On 11/16/2020 at 4:17 PM, ninabrowndesign said: This is fab thank you! Copied and pasted and worked a treat! I see some sections on tablet doesn't look good. You should check all pages on tablet. Here the code to resize text of 6 blocks on tablet. /* home tablet poster text */ @media screen and (max-width:991px) and (min-width:641px) { div#page-section-5f8d58caed952341d8a8b510 .image-block * { font-size: 18px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ninabrowndesign Posted November 25, 2020 Author Posted November 25, 2020 This is very kind - thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.