Anthea1570048092 Posted January 23, 2020 Share Posted January 23, 2020 Hello! I am trying to figure out how to add a shaded area/box behind my text so that the text stands out and is easily readable. I have been able to add a background photo that fills the whole block, which I like, but it's difficult to read the text as you can see in my screen shot that is attached. I just want some kind of shaded/opaque area behind the text. Any guidance for someone with little experience is much appreciated! Link to comment
tuanphan Posted January 24, 2020 Share Posted January 24, 2020 Can you provide link to your site? 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
Anthea1570048092 Posted January 24, 2020 Author Share Posted January 24, 2020 Here you go! https://pineapple-azalea-p5h9.squarespace.com/config/ Link to comment
Anthea1570048092 Posted January 24, 2020 Author Share Posted January 24, 2020 Also, I had a chat with Squarespace help, which made me realize I misworded my question. I learned that the area where the text is, is called a text "block", so yes, trying to figure out how to shade that area/text block. They said I would need to find code for it. I have no idea how to do that though. Link to comment
Anthea1570048092 Posted January 24, 2020 Author Share Posted January 24, 2020 From help chat: So currently within that section of your page you are using a Text Block, which you cannot add this type of background to. One alternative though instead would be to use a Markdown Block instead, https://support.squarespace.com/hc/en-us/articles/205813788-Markdown-Blocks I recommend that because a Markdown Block will display text but also allows for code to be used within it which you can attempt to use to place a background color behind your text as you wish. https://support.squarespace.com/hc/en-us/articles/205815928-Adding-custom-HTML-CSS-and-JavaScript If you're unsure of what to use though you can always checkout out forum as well as it's full of Squarespace customers who use code on their sites daily and who attempt to assist others with is as well. https://forum.squarespace.com/ Link to comment
tuanphan Posted January 24, 2020 Share Posted January 24, 2020 Add to Home > Design > Custom CSS div#block-979129ee58b66cdb46d2 { background: gray; } -- Also, /config is url for site owner. 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
Anthea1570048092 Posted January 24, 2020 Author Share Posted January 24, 2020 From help chat: So currently within that section of your page you are using a Text Block, which you cannot add this type of background to. One alternative though instead would be to use a Markdown Block instead, https://support.squarespace.com/hc/en-us/articles/205813788-Markdown-Blocks I recommend that because a Markdown Block will display text but also allows for code to be used within it which you can attempt to use to place a background color behind your text as you wish. https://support.squarespace.com/hc/en-us/articles/205815928-Adding-custom-HTML-CSS-and-JavaScript If you're unsure of what to use though you can always checkout out forum as well as it's full of Squarespace customers who use code on their sites daily and who attempt to assist others with is as well. https://forum.squarespace.com/ Link to comment
Anthea1570048092 Posted January 24, 2020 Author Share Posted January 24, 2020 17 hours ago, tuanphan said: Add to Home > Design > Custom CSS div#block-979129ee58b66cdb46d2 { background: gray; } -- Also, /config is url for site owner. I appreciate your help, but I really don't know what code is or what to do with it. (I'm assuming the part starting with div is code?) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.