dudecctv
Member-
Content Count
10 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
bangank36 reacted to a question: How to centre code-block scroll down arrow?
-
<div class="scroll-down"></div> <style> .scroll-down { position: absolute; left: 50%; bottom: 10px; display: block; text-align: center; font-size: 20px; z-index: 100; text-decoration: none; text-shadow: 0; width: 13px; height: 13px; border-bottom: 2px solid red; border-right: 2px solid red; z-index: 9; left: 50%; -webkit-transform: translate(-50%, 0%) rotate(45deg); -moz-transform: translate(-50%, 0%) rotate(45deg); transform: translate(-50%, 0%) rotate(45deg); -webkit-animation: fade_move_down 4s ease-in-out infinite; -moz-animation: fade_mo
-
paulineg reacted to a question: How do I make more space between the drop down menu items?
-
How to code a sticky sidebar into Squarespace 7.1
dudecctv posted a question in Coding and Customization
Site URL: https://howtousepsychedelics.com Hi, I would like to have a sidebar as seen on this website: https://coopcreator.ca/resource/business-model-comparison/. I would like the sidebar on only some pages... the pages with sidebars (see: https://howtousepsychedelics.com/preparation). How do I add a sticky sidebar to pages on 7.1? Thanks -
Is there custom code for adding a tooltip feature over text?
dudecctv posted a question in Coding and Customization
Site URL: https://howtousepsychedelics.com I want to use tooltips to further define words. So, when users hover over a word, a tooltip box shows up and a definition of that word is in that box. Is this possible? If so, how? Thank you -
Site URL: https://howtousepsychedelics.com I would like to use Amazon One Link on my store, but, I'm not sure how on the squarespace end. I've done everything on the Amazon end. Thank you.
-
Header hover animation not working on home page
dudecctv replied to dudecctv's question in Coding and Customization
Thank you! Second one worked! -
dudecctv reacted to an answer to a question: Header hover animation not working on home page
-
Header hover animation not working on home page
dudecctv replied to dudecctv's question in Coding and Customization
Thank you, but, it didn't work! There is still the missing fading on the words. -
Header hover animation not working on home page
dudecctv posted a question in Coding and Customization
Site URL: https://howtousepsychedelics.com So, with some help from people here and the internet, I've managed to animate the header menu items when hovering on each item, including the drop down menu. The animation is a simple fade, but, it really adds to the experience. Anyways, the fade hover animation works perfectly on every single page of the website, EXCEPT the home page. On the home page, there is no fade hover animation. Can someone help me solve this issue? So far, the code I've used include: CSS //Header Font Size .header-nav-item a { font-size:18px !im -
How do I make more space between the drop down menu items?
dudecctv posted a question in Coding and Customization
The spacing between the titles in my drop down menu is too small. I've already made the drop down menu transparent, and now I would like to add a bit more space between the drop down menu items. How can I do this? Thank you