LouLouHarvey
Member-
Posts
43 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by LouLouHarvey
-
Hi @emmalou425 As @paul2009 said above, you need to add it using ‘Code Injection’. It is not CSS so will not work in the ‘Custom CSS’ section. L
-
Hi @socialstylate Can you share your URL (& password if you have it enabled) so the community can help. L
- 5 replies
-
- code
- code-injection
-
(and 2 more)
Tagged with:
-
Hi @dcredlus What is the URL of your website?
- 12 replies
-
- account
- dns-records
-
(and 3 more)
Tagged with:
-
Hi @jordantait You need to build or contribute to 3 websites before you are eligible. The full details and criteria are here Hope this is helpful
-
Can I change from Fluid Engine to Classic Editor?
LouLouHarvey replied to LouLouHarvey's topic in Pages & Content
Thank you so much. You are always so helpful @tuanphan -
CSS Code to allow PNG image to ‘scroll’
LouLouHarvey replied to LouLouHarvey's topic in Customize with code
Thanks for the response. I did a bit of digging and managed to find out how to add a Classic block. I really appreciate you being willing to help. -
Hi have some CSS code I want to add to my site but cannot get it to work properly. To cut a long story short, it apparently only works on Classic Editor blocks not Fluid Engine. Is there a way of adding a Classic Edition block to my site? L
-
CSS Code to allow PNG image to ‘scroll’
LouLouHarvey replied to LouLouHarvey's topic in Customize with code
I now have the CSS code courtesy of SquareStylist, however it appears that it only works on Classic Editor and I have got Fluid Engine. Is there a way of adding a Classic Editor block? -
Hi I am building a site and am creating a ‘Portfolio’ page with PNG images. I want the user to be able to ‘scroll’ these images as if they were a webpage as they are a lot longer than the image box. Like a iFrame but with a PNG rather than a live site. An example of what I am trying to do is on @bycrawford site. Is there a setting or CSS code I could use? Any input greatly received.
-
Hi @Sibylle_Zurich Have you ensured that the SSL Certificate Status is set as 'Active' and the radio buttons for 'Secure' and 'HSTS Secure' are selected like in this screenshot?
-
How to add telephone number to social links
LouLouHarvey replied to ginam's topic in Customize with code
Hi @ginam What are you wanting to happen when the telephone icon is clicked? -
Hi Are the images you currently have on your website cropped? I had a Quick Look at the URL and they don't look cropped, but I obviously don't know what the original is like! Can you give a bit more detail?
-
Changing the font in the blog's author bio?
LouLouHarvey replied to ThatDeafGuy's topic in Customize with code
Hi @ThatDeafGuy Others may have a better way, but I personally would find out the Block ID of the text you want to update the font for. If you aren't already using it then there is a useful Chrome Extension that will help you identify this -https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Once you have the block ID then an example of the code would be as follows where the Block ID is 123456 and it is the h2 text that you want to apply Arial font to: #block-123456 h2{font-family: Arial, sans-serif;}