paulcristo
Member-
Content Count
21 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
christyprice reacted to an answer to a question: Cover Page branding logo size
-
paulcristo reacted to an answer to a question: Cover Page branding logo size
-
Cover Page branding logo size
paulcristo replied to paulcristo's question in Coding and Customization
That worked! Thank you!- 5 replies
-
- custom-css
- logo
-
(and 1 more)
Tagged with:
-
paulcristo started following Radial gradient as background color, Cover Page branding logo size, Different background-color for nav overlay text and 3 others
-
Is there a way I can change the branding logo size on my Cover Page? It appears very small [see attachment]. I would prefer the width of the image to be as wide as the paragraph of text below it. site: https://spinach-viola-en24.squarespace.com/deadheading-landing pass: support Thanks!
- 5 replies
-
- custom-css
- logo
-
(and 1 more)
Tagged with:
-
Different background-color for nav overlay text
paulcristo replied to paulcristo's question in Coding and Customization
I haven't yet. Do you have any ideas? I'm still trying to have two different background colors for the overlay section and the regular section, like how the color of the radio buttons changes from orange to white when scrolling between them?- 7 replies
-
- navigation
- custom-css
-
(and 1 more)
Tagged with:
-
Different background-color for nav overlay text
paulcristo replied to paulcristo's question in Coding and Customization
But can you have two different background colors for the overlay section and the regular section, like how the color of the radio buttons changes from orange to white when scrolling between them? Thank you for your help!- 7 replies
-
- navigation
- custom-css
-
(and 1 more)
Tagged with:
-
Different background-color for nav overlay text
paulcristo replied to paulcristo's question in Coding and Customization
I haven't solved the problem yet. Do you have any ideas?- 7 replies
-
- navigation
- custom-css
-
(and 1 more)
Tagged with:
-
Different background-color for nav overlay text
paulcristo posted a question in Coding and Customization
I placed a semi-transparent box around my index navigation radio buttons [see attachment ] using this custom css code: /* Transparent box behind navigation */ .Index-nav-text span { background-color: hsla(30, 0%, 25%, 0.30); padding: 8px; border-radius: 5px; } I'd like to use a different background-color box when the index navigation switches to overlay mode but can't figure out the code. I tried this but it didn't work: .Index-nav-overlay-text span { background-color: hsla(30, 100%, 25%, 0.30); padding: 5px; border-radius: 5px; } Is this possible? https://spinac- 7 replies
-
- navigation
- custom-css
-
(and 1 more)
Tagged with:
-
In the screenshot, you can see the Lines intersect at the top of the last block of text. I'd like it to intersect at the center if possible.
- 6 replies
-
- line-block
- custom-css
-
(and 3 more)
Tagged with:
-
There is some text on my site that wraps and I'd prefer it not to [see screenshot]. Specifically it's the orange "Writes" text. Is there some code that will fix this? https://spinach-viola-en24.squarespace.com/ pass: support Thanks for the help.
-
I was able to fake it by adjusting the line height of the text. I wasn't able to figure out how to align the Lines to a block of text though. Is there a way to do that? By default, a Line will align to the top of a text block. Here's an example: https://spinach-viola-en24.squarespace.com/test pass: support
- 6 replies
-
- line-block
- custom-css
-
(and 3 more)
Tagged with:
-
tuanphan reacted to an answer to a question: Remove only 1 radio button from Index Navigation
-
paulcristo reacted to an answer to a question: Remove only 1 radio button from Index Navigation
-
Remove only 1 radio button from Index Navigation
paulcristo replied to paulcristo's question in Coding and Customization
That worked! You're a super hero. Thanks for the help.- 2 replies
-
- index-page
- navigation
-
(and 1 more)
Tagged with:
-
Remove only 1 radio button from Index Navigation
paulcristo posted a question in Coding and Customization
I have a section in my index that I'd like to exclude from the Radio Navigation List situated on the right of the screen. Specifically the section is "Meet Paul..." Is there a way to do this with custom CSS? https://spinach-viola-en24.squarespace.com/ pass: support Thanks.- 2 replies
-
- index-page
- navigation
-
(and 1 more)
Tagged with:
-
https://spinach-viola-en24.squarespace.com/ pass: support Thanks.
- 6 replies
-
- line-block
- custom-css
-
(and 3 more)
Tagged with:
-
Hello. Is there a way to center-align a horizontal line instead of them being top-aligned? Also, is there a way to set the color of an individual horizontal line? Thanks.
- 6 replies
-
- line-block
- custom-css
-
(and 3 more)
Tagged with:
-
Hello. I'd like to have a radial-gradient as my background color on the non-banner sections of my index. I've got the gradient code but not sure how to implement the CSS into the site: body#collection-5dd4869eebd9bd1394120bad .Main { background: radial-gradient(ellipse at center, #f2f2f2, #000000); } site: https://spinach-viola-en24.squarespace.com/ pass: support Also, I'm trying to make the gradient look more like the attached image. Is this possible with CSS? What am I doing wrong? Thanks for the help.
-
paulcristo reacted to an answer to a question: Remove blankspace between header and content?!
-
paulcristo reacted to an answer to a question: Remove blankspace between header and content?!
-
Remove blankspace between header and content?!
paulcristo replied to AngelicaHV's question in Coding and Customization
That worked! Thank you! Can I ask how you found that? Or do you just know this stuff?