Search the Community
Showing results for tags 'page-specific'.
-
Site URL: https://sprout-tuna-swnf.squarespace.com/blog I have styled the text and borders for some of my list blocks on my site, but on this page, I want the orange excerpt text and border to be a different color. Is it possible to do this?
-
- style-editor
- custom-css
-
(and 1 more)
Tagged with:
-
Site URL: https://www.mixedfatchick.com/ I am trying to remove the site title from only on my home page, but have not had success with the searching I've done to fix this issue. I am using the Tremont template. Appreciate any help. Thank you!!
-
Hide Top Footer Block specific pages Brine Template?
Jack185 posted a question in Coding and Customization
I want to hide the top footer block only, on specific pages (not site-wide). I am using the Brine template. Anyone know how to do this?Thanks! -
Site URL: https://bronze-helix-da9r.squarespace.com/config/design/product-items Hello, Even though I specified on the Design section that the title is aligned to the top of the image, it is not align with the very top of the image. Does anyone know how to align the title with the very top of the image? Thanks, Clara
- 1 reply
-
- page-specific
- alignment
-
(and 1 more)
Tagged with:
-
Remove Price for a Single Product on Product Page
Rachel12345 posted a question in Coding and Customization
Hi All, Thanks to some research in the forum (see below) I have removed the price from a single product detail page, but it is still showing up on the product page (See photos below showing both) Working code for removing from product detail page: <style> body#item-5df95272c2039c3981d881da .product-price { display:none !important;} </style> How can I get the price to disappear from the product page as well? I have tried (but it didn't work): <style> body#item-5df95272c2039c3981d881da #productList .product-price { display:none !important;}- 7 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
Our site is in free trial mode still so there is no live URL, but we want to assign the default color scheme to the page footer for one of our pages, rather than the color scheme assigned to the other pages. How can we have a different color theme for the footer of one page compared to the others?
-
Site URL: https://fennel-dinosaur-njys.squarespace.com/east-end-farmsacpes?p Does anyone know how to use custom code to reduce the page width for a single page in 7.1. I have the global page width set but the problem is that the gallery automatically expands to the set page width. I need to reduce the width of the gallery and the only way I find to reduce the size is to reduce the page width, not a good option. Apparently it is not possible to use spacer blocks to force the gallery into a smaller space. Any help would be greatly appreciated!
-
Site URL: http://jasonanthony.co.uk Hi, I have done some searching and as I'm not much better than using the editor i cant seem to find a solution I am looking to remove the logo , navigation, footer etc from one of my pages I would appreciate any help www.jasonanthony.co.uk Regards Jason
-
Flatiron: Hiding navigation/logo on single page
RyanKunk posted a question in Coding and Customization
Im trying to hide the navigation and logo on a single page and just add a text header. I want to make something similar to a linktree. ryankunkleman.com/links ive tried this code: <style> #header { display: none } </style> to no avail -
Remove padding from certain index pages
katepeerdesign posted a question in Coding and Customization
Site URL: https://parrotfish-cymbals-axkd.squarespace.com/ Hi there, I have a few Index pages (sub-pages?) where I want remove the padding so that the content is full screen. I'm currently using the id's of the Index Pages (like below), and it works temporarily, but the id's keep changing and then the code stops working. #yui_3_17_2_1_1580574561775_504.Index-page-content { padding-top: 0; } I've tried replacing the ids and go the #page-title route, like below but that just isn't working at all. #Instagram .Index-page-content { padding-left: 0; padding- -
Hi I have the pacific template and am trying to target a specific page and change the background color. I already have a custom code increasing the max-width of the content on the page as below #collection-5e3c8b724983176cf11b8804 #page { max-width: 1310px } I want to keep this code and add the background color. Thanks!!! --- Edit I was playing with it and this code changes the background color but not full width! #collection-5e3c8b724983176cf11b8804 #page { max-width: 1310px; background-color:#34b9ec; } I need the col
- 4 replies
-
- background
- css
-
(and 2 more)
Tagged with:
-
Hi, I'm trying to remove the banner image from a few of the pages on my website I managed to do so using: <style> .Intro.Intro--has-image{ display: none; } </style> My problem now is that it still seems to think that there is an image so my logo is rendered in white. Anyone see a solution to this? Thanks! Alec
-
I want to hide the "Add to Cart" button on some product pages, but not all product pages. Is it possible to do this with header code injection? <div class="sqs-add-to-cart-button-wrapper" id="yui_3_17_2_1_1580608190881_561" style="visibility: visible;"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode" role="button" tabindex="0" data-collection-id="5e0a55ad0b6558246c1dafef" data-item-id="5e0ceb43bb6d5e7d706119a9" data-product-type="1" data-use-custom-label="true" data-original-label="Add to Cart" id="yui_3_17_2_1_1580608190881_312"> <div class="sqs-add-to
- 1 reply
-
- code-injection
- product-page
-
(and 3 more)
Tagged with:
-
Hey, community. The size of my H1 header in my opening index page ("Schedule a Call") is perfect on desktop. But, it's much smaller than I want it to be on mobile and the Pacific Template doesn't offer a way to adjust styling specifically for mobile. Someone pointed me here to try and inject the recommended Custom CSS there but that code doesn't appear to work. Does anyone else have any other custom css suggestions I might try out?
- 8 replies
-
- pacific-template
- mobile
-
(and 2 more)
Tagged with:
-
Hi, how do I change the background color for individual project pages? I'm using the template Avenue. my site is: https://krofl.squarespace.com/ Thanks!!
- 3 replies
-
- background
- gallery-page
-
(and 2 more)
Tagged with:
-
Hi there, I would like to have 100vh on my home screen only, while still use indexes for my other pages , but with a smaller (not full screen) banner across the top. Is it possible to inject code to only my home screen, and what would that code be? I think it has something to do with this: Style Attribute { /* min-height: calc(100vh - 165px); */ } site.css:13:411703.tweak-index-page-fullscreen-first-page-only .Index-page--has-image:first-child, .tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image:first-child, .tweak-index-page-fullscreen-all
- 1 reply
-
- page-specific
- code
-
(and 2 more)
Tagged with:
-
Hi, I am having a little bit of trouble doing this. Essentially, I want a home page different from all other pages. I want to edit the styles on this page only and not have it affect the rest of my website. Is there any way of doing this? I want a background image, big text in the center, and the navigation bar at the top-center (about text in middle of page). Every time I edit the style, of course, the rest of the website is changed as well.
-
Hello everyone, Squarespace newbie here and hoping you could help! I am using the York template and want to increase the size of the banner on the homepage only. I have tried a few things but nothing seems to work. Any ideas? Thank you
- 4 replies
-
- york-template
- banner
-
(and 2 more)
Tagged with:
-
Hello all. I am currently using the Sonora Template which gives a nice banner image layered underneath the logo, so I have chosen a white logo. However all other pages are white headers so the logo does not show. How can i use a black logo and then invert or use a custom logo just on the homepage so that the logo it white on the homepage Thanks.
-
I am trying to set up 2 separate blog pages. The problem I am having is with the sidebar which shows the latest posts. If I change which blog page it points to on one page, it changes on the other. So that I can have blog page A with an index of items on page A, but then page B show a list of items on page A, not page B. If I change the page source for the sidebar on page B, to page B, then it changes the sidebar on page A as well, so that it now shows post from page B only. I could add two separate blocks to both pages - one for blog posts from page A and one for page B - but that is not
-
Can anyone please help me hide a page title on a specific page for the Harris Template. I just want to be able to use an image in the banner section without having the page title overlay. THANK YOU!
- 1 reply
-
- page-title
- page-specific
-
(and 2 more)
Tagged with:
-
Hi, I want to change my hover underline colour on a specific page to black, is there someone who can help me out? I want to change the colour on my About page to black My website: etrenoir.net I'm currently using this code for my hover underline: header nav a:hover:after{ transform: scaleX(1); } header nav a:after { display:block; content: ''; border-bottom: solid 1.5px #FFFFFF; transform: scaleX(0); transition: transform 250ms ease-in-out; z-index: 999; transform-origin :100% 50%; } }
-
How to Change Header Overlay Font On One Page
ecs_cares posted a question in Coding and Customization
Hi!! I was wondering how I can target the header overlay text to be a different coloured font on one of my pages. I also want to get rid of the shadow behind the text but only for this page. The section is the "What We Do" index page of my homepage. I want the font to be #hsl(195, 7%, 23%). Here is the URL: https://penguin-roadrunner-4c8m.squarespace.com/ and password: Skyfall77 -
Can you customize the banner overlay text (font, color, style) on one page only in Bedford template?
- 3 replies
-
- banner
- bedford-template
-
(and 3 more)
Tagged with:
-
Change button colour and outline for one page only
VincenzoPace posted a question in Coding and Customization
Hi! I've been trying to change the button colour for one page on my Squarespace website.. I can do it for all using CSS but I can't target the specific button (or page) https://www.jfkjets.com/new-page The button at the bottom is black and I wanted to make the background colour white Thank you 🙂