-
Posts
16 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
VelocityMarketingGroup's Achievements
-
Katey001 reacted to a post in a topic: Grids... Get rid of it...
-
Carina reacted to a post in a topic: Centering "coded" button in code block
-
How to I add shapes to my section borders?
VelocityMarketingGroup replied to Jeljohns's topic in Pages & Content
I would love to know how to do this as well? @tuanphan what do you mean "append it to border"? Thanks -
Centering "coded" button in code block
VelocityMarketingGroup replied to VelocityMarketingGroup's topic in Code Blocks
I have found the answer to my own question. This is the CSS code to center content in your code block: #block-a2b3f113aa579ef84ad8 { display: flex; justify-content: center; align-items: center; }- 1 reply
-
- button
- code-injection
-
(and 2 more)
Tagged with:
-
Hi. I have created a button with a hover dropdown but now I want to center the button in the code block. Does anyone know how to center a coded code in a code block... Thanks, These are my codes: (CSS and HTML) (CSS) - /* drop down button */ .dropbtn { width: 310px; background-color: #234b2a; color: white; padding: 16px; font-size: 16px; border-color: white; border-width: 5px; border-style: solid; cursor: pointer; box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.2); } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: white; min-width: 300px; padding: 5px; box-shadow: 3px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #89c23f; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #324d20; } /* end */ (HTML) - <div class="dropdown"> <button class="dropbtn">Tree Removel</button> <div class="dropdown-content"> <p>Reasons to Consider Tree Removal</p> <ul style="text-align:justice;"> <li>Diseased</li> <li>Hazardous</li> <li>Damaging to surrounding areas</li> <li>Dead</li> </ul> <a href ="/tree-removal">Learn More</a> </div> </div> Thanks,
- 1 reply
-
- button
- code-injection
-
(and 2 more)
Tagged with:
-
Does anyone know how to add a stand-alone review for a website - separate from other reviews like google and yelp etc... Any ideas and inputs would be great. Thanks,
-
VelocityMarketingGroup started following Rasmus_SparkPlugin
-
VelocityMarketingGroup reacted to a post in a topic: Adding a custom icon (phone/ email) before text
-
I have been trying to do this and this is what I came up with... Try, Design > CSS > section[data-section-id="6334b1950de34d73dd870a2a"] { opacity: 0 !important; } In the same section add a code black and add this: <style> body { background-image: url("Your background image link"); background-repeat: no-repeat; background-attachment: fixed; } </style> I have no coding experience and it worked for me!
-
design Grids... Get rid of it...
VelocityMarketingGroup replied to VelocityMarketingGroup's topic in Site Design & Styles
I really like the FE concept. I just suggest getting rid of the placement. There are many times where I want to place a block somewhere between the grids.- 2 replies
-
- developer-platform
- customized
-
(and 2 more)
Tagged with:
-
(FE) Can we get rid of the grid???!!! Why does SquareSpace NEED the grid for placing blocks??? PLEASE GET RID OF THE GRID! also, another suggestion... Allow multiple responsive previews instead of just one generic "mobile" view. The responsive view are WAAAAY off across some devices. Let's go SS, BE BETTER!!!
- 2 replies
-
- developer-platform
- customized
-
(and 2 more)
Tagged with:
-
VelocityMarketingGroup reacted to a post in a topic: How to edit mobile view only?
-
Make text block sticky
VelocityMarketingGroup replied to SaniceMarlow's topic in Customize with code
I figured it out. I was wondering how people were adding the CSS code and making a block in fe stick. I have the CSS code for forums but what I needed to do was add the block id into the code. I was able to find the block ID per the extension provided by squarespace id finder. My next big adventure is to figure out how to add an opacity to an image... If you know how, that would be great information. Thanks, -
Make text block sticky
VelocityMarketingGroup replied to SaniceMarlow's topic in Customize with code
I am ABSOLUTY confused. I am trying to do the same thing. There is no guild on how to actually embed the code. Iv add the code in the header, footer, the custom css and in the code block using css and html. nothing. what are you guys doing to make this work? what am i missing?