AnaimationDesign
Member-
Posts
15 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by AnaimationDesign
-
Awesome! I appreciate you!
-
This works!, thanks! Would it be possible to change the "READ MORE" to "READ LESS" after the text is expanded? Thanks @tuanphan, you are the best! A
-
Also, I am looking to apply the site's button style to an accordion title that "shows more" text on my homepage (the site has been published here http://athousandpinesfilm.com/) I achieved the look of the button using the code below but when the accordion text is expanded, the button lands on the middle of the text. What would be a better practice for applying the style of my site's button to an accordion title? Thanks! .sqs-block-accordion .accordion-item__title-wrapper { color: var(--primaryButtonTextColor); background-color: var(--primaryButtonBackgroundColor); border-color: var(--primaryButtonTextColor); margin: 32px 0 0 0; top: 50%; left: 50%; transform: translate(-50% , -50%); position: absolute; }
-
Perfect, thank you!!
-
-
Hello, On my Press Page I have a gallery, and in that gallery, I am adding a link to download each image in the gallery with HTML code. However, I would like the style of the "Download" button to be like other buttons on the website. This is the code that I have, but it is not working. Any clues? <a class="sqs-block-button" href="https://images.squarespace-cdn.com/content/643730a61107da2b66f542b0/f3fb72d1-8abe-435b-8073-fcad7b9de423/a-thousand-pines-video-still-17.jpg" target="_blank"><strong>Download Video Still</strong></a> https://quillfish-nectarine-3wnc.squarespace.com/ Password: atp2023! Thanks in advance.
-
Hello, I am using a background image for all the pages in my site but in the Press page I am adding a gallery section and the overlay disappears (image attached) from this section, dividing the page. I would like the background image to stay as is, but the overlay covering the full page without brakes. Both sections are using the same color theme so I have no clue how to fix this. https://quillfish-nectarine-3wnc.squarespace.com/ Password: atp2023! Help please! Thanks 😃
- 2 replies
-
- overlay
- background
-
(and 1 more)
Tagged with:
-
Clarkson Template: Fix Background Image
AnaimationDesign replied to AnaimationDesign's topic in Customize with code
This is what I am using and appears to be working. I used the Collection ID for the page: #collection-6438c2207b6835253f63320a .section-background-content {visibility: hidden;} #collection-6438c2207b6835253f63320a .section-background, #collection-6438c2207b6835253f63320a .section-border { background-color: transparent; } #collection-6438c2207b6835253f63320a { background-image: url(https://images.squarespace-cdn.com/content/643730a61107da2b66f542b0/10794d7f-7b51-44df-a11a-3fdbef7e050a/a-thousand-pines-background-02.jpg?format=original); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; }- 4 replies
-
- background
- images
-
(and 1 more)
Tagged with:
-
Clarkson Template: Fix Background Image
AnaimationDesign replied to AnaimationDesign's topic in Customize with code
Hello again, if I would like to add the same code to other pages in the same website, how would I replace the page id (instead of "homepage")? This is what I am using for my "TEAM" page: body.team .section-background-content {visibility: hidden;} body.team .section-background, body.team .section-border { background-color: transparent; } body.team { background-image: url(https://images.squarespace-cdn.com/content/643730a61107da2b66f542b0/10794d7f-7b51-44df-a11a-3fdbef7e050a/a-thousand-pines-background-02.jpg?format=original); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; }- 4 replies
-
- background
- images
-
(and 1 more)
Tagged with:
-
Clarkson Template: Fix Background Image
AnaimationDesign replied to AnaimationDesign's topic in Customize with code
Hello tuanphan, this is the solution you gave me and I would like to share it with the communitiy. It works like a charm! body.homepage .section-background-content {visibility: hidden;} body.homepage .section-background, body.homepage .section-border { background-color: transparent; } body.homepage { background-image: url(https://images.squarespace-cdn.com/content/v1/643730a61107da2b66f542b0/7ffd4d67-ae6a-4042-99d8-a5346fa7fe1f/a-thousand-pines-background.jpg?format=original); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; }- 4 replies
-
- background
- images
-
(and 1 more)
Tagged with:
-
Clarkson Template: Center Navigation Bar and Logo
AnaimationDesign replied to AnaimationDesign's topic in Customize with code
Website URL= https://quillfish-nectarine-3wnc.squarespace.com/ Psw= atp2023! Thank you!- 5 replies
-
- navigation
- css
-
(and 2 more)
Tagged with:
-
Hello, I am using the Clarkson Template (SS 7.1) and I would like to make the background image on my site "fixed". I am using a parallax effect but I prefer if the background image stays fixed (static) and just the content of the website scrolls. The site is not yet published so I am attaching a screenshot. Thanks in advance!
- 4 replies
-
- background
- images
-
(and 1 more)
Tagged with:
-
Clarkson Template: Center Navigation Bar and Logo
AnaimationDesign replied to AnaimationDesign's topic in Customize with code
Hi Ziggy, thanks for your quick response. I used the navigation settings and it is all centered now, except the social media links, which appear to the left. Ideally, the should appear next to the last navigation item (in this case, "CONTACT US"). Please see screenshot attached. Thanks!- 5 replies
-
- navigation
- css
-
(and 2 more)
Tagged with:
-
Hello, I am customizing the Clarkson Template and I would like to center the logo and navigation bar, positioning the navigation bar under the logo, on both mobile and desktop versions. The codes that I have found here are not working for me. The site is not yet published so I am attaching a screenshot. Thanks!
- 5 replies
-
- navigation
- css
-
(and 2 more)
Tagged with: