-
Content Count
22 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Site URL: https://www.mitochondrialyoga.com/ My client wants to add Bitcoin as a payment option on his website, any suggestions?
-
Coding for both mobile & computer
organic_emma replied to organic_emma's question in Coding and Customization
Actually sorry just realised I need some code so that the text stays within the container. It looks great on mobile and great on wide screen but on a smaller screen size the text is escaping outside of the box. @tuanphan any help you can offer with some code to keep text within the box? -
Coding for both mobile & computer
organic_emma replied to organic_emma's question in Coding and Customization
Perfect it worked!! Thanks :D -
organic_emma reacted to an answer to a question: Coding for both mobile & computer
-
Coding for both mobile & computer
organic_emma replied to organic_emma's question in Coding and Customization
Thanks for your time that's great. It seems that this code: @media only screen and (max-width:640px){ works to apply a rotating image on mobile. And this code: @media only screen and (min-width:640px){ works to apply a rotating image on desktop. But I how can I get the rotating image code to apply to both mobile and desktop at the same time? -
Site URL: https://striker-fabrications.squarespace.com/ If this code is to view on computer: @media only screen and (max-width:640px){ And this code is to view on mobile: @media only screen and (max-width:640px){ What would the code be that applies to both? I'm working on rotating images from this tutorial:
-
Show text over gallery image on hover 7.1
organic_emma posted a question in Coding and Customization
Site URL: https://striker-fabrications.squarespace.com/ Hi, Is there a way to have captions for the Gallery Grid: Simple display on hover over image rather than below the images? Or is it possible to create a rotating image with caption in the gallery? Password: striker -
How to change colour of footer links on hover for 7.1
organic_emma replied to organic_emma's question in Coding and Customization
adventuremumma -
How to change colour of footer links on hover for 7.1
organic_emma posted a question in Coding and Customization
Site URL: https://adventuremumma.squarespace.com/ Hi there, just after a code to change the colour of my footer text links on hover for 7.1 Many thanks. -
How can I change the style of my caption overlay on hover?
organic_emma replied to HeartAndDash's question in Coding and Customization
I've used this code which works but how can I change the opacity and keep the text still legible? .image-caption-wrapper { background: #4F4D56 !important; opacity: 1 !important; } -
bangank36 reacted to an answer to a question: Image zoom on hover 7.1
-
Excellent! Thank you so much that worked :D
-
bangank36 reacted to a question: Image zoom on hover 7.1
-
Site URL: https://www.crackenbackclinic.com.au/ Hi I'm trying to get the circles on this website to zoom on hover. I've used this code previously in 7.0 that worked, but it doesn't appear to be working for 7.1 #block-yui_3_17_2_1_1606190384602_14094 img:hover {transform: scale(1.1); transition: .4s;} .sqs-block-image {overflow:hidden!important;}
-
creedon reacted to a post in a topic: Tried to add colour behind image stack with code now footer has gone missing