-
Content Count
32 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
peterbjerg reacted to an answer to a question: How do I set paragraph style in a Markdown Block?
-
peterbjerg reacted to an answer to a question: Fixed AND transparent header/menu. How?? (SS 7.1)
-
Site URL: https://arenastrategy.squarespace.com/thinking-blog How do I add padding to top of Blog page in version 7.1? On a blog page, I added a section above the blog-page content. And now the section with all the blog post has VERY little padding/top spacing compared to how all sections looks across this side. I cant/not possible to add blocks within the blog-section, I guess I need code to manually set the padding for this section? How? site/page is here: https://arenastrategy.squarespace.com/thinking-blog Password is: Arenasite I dont know code-language mysel
-
Want different logo on homepage than all other pages
peterbjerg replied to talya_pdx's question in Coding and Customization
Wonderfull, THAT worked!! Could you also tell me what code to add to center the image/alt logo horizontally?- 14 replies
-
peterbjerg reacted to an answer to a question: Want different logo on homepage than all other pages
-
Want different logo on homepage than all other pages
peterbjerg replied to talya_pdx's question in Coding and Customization
@tuanphan I tried, but it did not work. Site: https://arenastrategy.squarespace.com/cover-page Password: Arenasite All together, the exiting code for this page is: <style> /* hide footer */ footer#footer-sections { display: none; } /* remove padding top first section */ article>section:First-child { padding-top: 0 !important; } /* hide burger menu */ .burger-box, .header-nav-list, .header-actions { display:none !important; } /* hide logo */ .header-title-logo img { visibility: hidden; } </- 14 replies
-
Want different logo on homepage than all other pages
peterbjerg replied to talya_pdx's question in Coding and Customization
Hi @tuanphan, Can I use this script for a version 7.1 site too? Client want different color site logo ONLY on landing page/"cover page". I also need to know how to center the logo. I should change the image location url to what ever I get as url adress from uploading alt version of site logo, correct?- 14 replies
-
How can I style image caption text only for select words?
peterbjerg replied to peterbjerg's question in Coding and Customization
hi @brandon Could you tell me how to make item-description with top alignment when text/image is shown in "simple slide show" Slideshow on this site/page: https://arenastrategy.squarespace.com/approach password: Arenasite And other ways to make descriptions appear closer and same distance from image, no matter how long the description is Is it this part of the code, I should change? .gallery-slideshow, .gallery-fullscreen-slideshow, .gallery-reel { .gallery-item-description { padding: 12px 12px; width: 65%; align-content: -
How do I set paragraph style in a Markdown Block?
peterbjerg posted a question in Coding and Customization
Site URL: https://arena-2.squarespace.com/home/#offering Hello all ๐ In a MARK DOWN BLOCK, I want to set text styling of select text as "small paragraph". So that this text will look like what ever design "small paragraph" to look like in Design/Font.... https://arena-2.squarespace.com/home/#offering Password for site: Arenasite In the Mark Down block text editor, I have the choice to set select text as H1, H2 or nothing? But maybe, there is a basic html code I can insert, that will style select text to be a certain (pre-set) paragraph? If, not, maybe I -
peterbjerg reacted to an answer to a question: How can I style image caption text only for select words?
-
How can I style image caption text only for select words?
peterbjerg posted a question in Coding and Customization
Site URL: https://arena-2.squarespace.com/approach How can I style image caption text only for select words? I want the first couple of words in bold. Can I add html directly into the image caption/image description? Does @tuanphan or @brandon or @paul2009 (or other genies) site: https://arena-2.squarespace.com/approach password: Arenasite -
see what @brandon wrote in this other thread: https://forum.squarespace.com/topic/151777-gallery-caption-workarounds-for-71-round-two/
-
peterbjerg reacted to a post in a topic: Gallery Caption workarounds for 7.1? ROUND TWO
-
Gallery Caption workarounds for 7.1? ROUND TWO
peterbjerg replied to dan3's topic in Images and Videos
Hi @brandon MAYBE this is just what I need. Not sure yet. This code has great styling of text for light box view, BUT.. I need to show my gallery in Simple Slideshow mode. And in this mode, the image description text is missing the semi-transparent backgound box, and also, the text appears as one long line and doesnt include all the text. Can you help me to correct the script, so that I will get all the text in a nice way in Simple Slideshow view? Site: https://arena-2.squarespace.com/approach 4th section (only slide show gallery on that page). Password: Arenasite- 184 replies
-
Three clickable images in one figure, how?
peterbjerg replied to peterbjerg's topic in Images and Videos
Thanks for thinking along ๐. I guess a more simple solution would be using the different images that each contain all 3 squares but in different order. So instead of Interactive shifting between singular squares placed in layers, I would have premade images of each set. I donโt want slide show, but shifting images by clicking on a stack. THAT should be possible, right? -
Three clickable images in one figure, how?
peterbjerg replied to peterbjerg's topic in Images and Videos
Hmm. I guess I would need to place the three images differently, so that clicking changes order and size change isnโt necessary. Unless some really advanced feature is possible for making interactive graphics. -
Site URL: https://arena-2.squarespace.com/approach Help needed. I want to make one figure out of three different overlapping images. Each image being clickable. And when one image/layer is clicked, then it comes to the front. how could I do this?
-
Fixed AND transparent header/menu. How?? (SS 7.1)
peterbjerg replied to peterbjerg's question in Coding and Customization
With this transparency turned OFF ๐ .tweak-transparent-header:not(.header--menu-open) .header-announcement-bar-wrapper { background: transparent !important; }- 43 replies
-
Fixed AND transparent header/menu. How?? (SS 7.1)
peterbjerg replied to peterbjerg's question in Coding and Customization
@tuanphan Hmm... Transparency only works on some of the pages. For example, on this page: https://amal-testsite.squarespace.com/services2 The header background turns solid black???- 43 replies
-
peterbjerg reacted to an answer to a question: Fixed AND transparent header/menu. How?? (SS 7.1)
-
Fixed AND transparent header/menu. How?? (SS 7.1)
peterbjerg replied to peterbjerg's question in Coding and Customization
Thank YOU.. You ARE THE BEST!!- 43 replies