nw7063 Posted December 3, 2021 Share Posted December 3, 2021 Site URL: https://www.soulfruit.co.uk/blog Can anyone help with my blog page? 1. The title of each blog post to be the same font as my custom font - lazy dog. 2. The header of the blog page to be the same colour as the individual product pages (currently it's transparent and you can't see the logo. Thank you so much, Beyondspace 1 Link to comment
Beyondspace Posted December 3, 2021 Share Posted December 3, 2021 2 hours ago, nw7063 said: Site URL: https://www.soulfruit.co.uk/blog Can anyone help with my blog page? 1. The title of each blog post to be the same font as my custom font - lazy dog. 2. The header of the blog page to be the same colour as the individual product pages (currently it's transparent and you can't see the logo. Thank you so much, This is my testing result Does it make sense? Try .blog-basic-grid * { font-family: 'lazy dog' !important; } #collection-6086c635eada9c528620e180 #siteWrapper #header { background: rgba(240,63,96,.5) !important; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
nw7063 Posted December 3, 2021 Author Share Posted December 3, 2021 Thank you - Please can the menu items and the facebook / instagram etc all be in white too - like the other pages? Also it still doesn't quite work when you click on the blog article - the header bar disappears and only appears when you scroll down. How can we change so it's like this page: https://www.soulfruit.co.uk/shop-dried-dragon-fruit/p/dragon-fruit-chips-1 Thank you! Beyondspace 1 Link to comment
tuanphan Posted December 7, 2021 Share Posted December 7, 2021 On 12/3/2021 at 9:27 PM, nw7063 said: Thank you - Please can the menu items and the facebook / instagram etc all be in white too - like the other pages? Also it still doesn't quite work when you click on the blog article - the header bar disappears and only appears when you scroll down. How can we change so it's like this page: https://www.soulfruit.co.uk/shop-dried-dragon-fruit/p/dragon-fruit-chips-1 Thank you! It looks like you figured it out. Do you still need any help? 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!) Link to comment
nw7063 Posted December 7, 2021 Author Share Posted December 7, 2021 Hey! We still need help on the below: 1. to make the menu items on the blog page in white text. 2. for the individual blog pages the header is still transparent - can this be the same colour as the individual product pages / the blog page too? Thanks so much, Link to comment
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 On 12/7/2021 at 6:53 PM, nw7063 said: Hey! We still need help on the below: 1. to make the menu items on the blog page in white text. 2. for the individual blog pages the header is still transparent - can this be the same colour as the individual product pages / the blog page too? Thanks so much, #1. You mean blog list page? Add this to Design > Custom CSS /* blog list page */ body[class*="collection-type-blog"].view-list { header#header a { color: white; } header#header svg { stroke: white; } header#header span { color: white; } } #2. Add to Design > Custom CSS /* Individual posts blog header */ /* view-item is individual posts */ /* view-list is blog list */ /* donot use view-item or view-list mean blog list + individual */ body[class*="collection-type-blog"].view-item header#header { background-color: #f79eaf !important; } nw7063 1 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!) Link to comment
nw7063 Posted December 13, 2021 Author Share Posted December 13, 2021 Thank you so much for your help - really appreciated! 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