neeklamy
Member-
Content Count
2,655 -
Joined
-
Last visited
-
neeklamy joined the community
-
HHPSoftware started following neeklamy
-
JackDaniel1570048654 started following neeklamy
-
hostrunway started following neeklamy
-
MalenaGistelli started following neeklamy
-
warrenmitchell started following neeklamy
-
TheMikeSalter started following neeklamy
-
You only need one style element per page and instead of using protocol URLs, use protocol-relative URLs (that is: drop the http). Also – code always looks better and is easier to follow when it’s nested nicely: <style> #about { background-image: url(//static1.squarespace.com/static/55525aaae4b03147c4b943df/t/5558bacce4b01c8e63a70f6c/1431878348238/pinkbg.jpg); } #team { background-image: url(//static1.squarespace.com/static/55525aaae4b03147c4b943df/t/5558c3fce4b086d6f584a4eb/1431880700909/bluebg.jpg); } #product { background-image: url(//static1.squarespace.com/static/55525aaae4b03147c4b943df/t/5558c721e4b00de931f2f91a/1431881505176/greenbg.jpg); } </style>
- 15 replies
-
- custom-css
- code-injection
-
(and 1 more)
Tagged with:
-
How to create a rollover/hover image title?
-
How to find which template is being used?
neeklamy replied to rodvaldr's question in Coding and Customization
Could this be expanded to work with other platforms, to identify WordPress themes for instance? -
Gallery: External link in new window/tab?
neeklamy replied to Cirqster's question in Coding and Customization
@SOIN, is that a delay in the window or tab opening? Could you post a link to a page that shows this? -
They’re saying that every time the page is viewed, the YUI IDs change, so you can’t use those to target an element on the page.
-
Marquee: Changing color of navigation in hover state?
neeklamy replied to cgiberson's question in Coding and Customization
I’ve formatted the code in your answer. To format code, just highlight the lines of code and use the 5th button in the toolbar:- 2 replies
-
- marquee-template
- navigation
-
(and 2 more)
Tagged with:
-
Is it possible to change the font style of a Summary Block heading?
neeklamy replied to EmBee's question in Coding and Customization
@SOIN – EmBee has two blocks of CSS, I just combined the separate answers together. If you want to make use of both, just paste both lots into the CSS Editor. -
How can I add an age verification popup?
neeklamy replied to leadthepack's question in Coding and Customization
cotupha has placed the instructions in the GitHub repository: Squarespace Installation- 12 replies
-
You should see this: Have a look at Creating a Text Link.
- 3 replies
-
- getting-started
- (and 20 more)
-
Is it possible to change the font style of a Summary Block heading?
neeklamy replied to EmBee's question in Coding and Customization
@EmBee – I’ve joined your two answers together. For the first block of CSS, I’ve made a slight change too – using the Less syntax makes for less repetitive CSS, this uses simple nested rules. And I’ve formatted the code. To format code, just highlight the lines of code and use the 5th button in the toolbar: -
Marquee: How do I make the logo bigger?
neeklamy replied to tuckshop's question in Coding and Customization
@LogoDesign – please don’ bother spamming this site!- 17 replies
-
@cstine – I’ve formatted the code in your answer – the HTML was getting mangled by this site. To format code, just highlight the lines of code and use the 5th button in the toolbar:
-
After a successful form submission, how do I redirect to another page?
neeklamy replied to sssupers's question in Coding and Customization
@Jordaniels1 – near the end there’s this line: window.location = "http://www.something.com/destinationpage"; Just change that URL to whatever you would like. -
Is it possible to do iframes in Squarespace?
neeklamy replied to turansky's question in Coding and Customization
Glad I could help – it’d be handy if Squarespace could somehow show an error and how to get around it, eh! -
Is it possible to do iframes in Squarespace?
neeklamy replied to turansky's question in Coding and Customization
@Simon_S This and the original question from @turansky may well come down to viewing the site over an https connection with content coming from an insecure, http source. I can’t see my custom code while logged into my site. Why is that?