Jump to content

hansworks

Circle Member
  • Posts

    55
  • Joined

  • Last visited

Everything posted by hansworks

  1. That work perfectly, now I can fiddle with the colors and sizes to my heart's content. So grateful for your help!!!
  2. Amazing! Thank you sooooo much for the script, definitely outside my capacity. One question: How do I increase the weight and reduce the size of the "VIEW WEBSITE" link before hover effect?
  3. Apologies, url keeps changing as we work on the site. Also, just a note, we are using the excerpt only for text because we dont want user to go into details of the blog entry. https://playbook-nth.squarespace.com/tech-resources PW: NTH2024#
  4. As always, thank you so much for your support with such a specific request.
  5. Oh boy, I'm drinking too much coffee! Forgot the # https://playbook-nth.squarespace.com/all-resources NTH2024#
  6. Hi, apologies, we keep changing it after every meeting. https://playbook-nth.squarespace.com/all-resources pw: NHT2024
  7. Tuanphan- Happy to say that Universal Plugin is working well for the resource library and Squarewebsite's support has been great as well. One main hurdle: I have not been able to setup so that it can search multiple blog pages and exclude others. The reason for this is that there will be some content that applies to multiple page. If they are only searchable by single page then we will have to duplicate some content to each of the pages Currently the code injection is in the header based on their install instructions. I dont want a global search on the site. I have not been involved in building any Shops but wondering if using that instead of blog for the resource library might solve this problem. The url has changed since initial post: https://playbook-nth.squarespace.com/all-resources pw: NTH2024# Many thanks!
  8. Sorry about that and the delayed response! https://playbook-nth.squarespace.com/all-resources pw: NTH2024#
  9. Thank you so much. I found that this is a setting that can be turned on or off. However, it may be useful for the next question: How can I adapt this code to stop the blog post CATEGORY from being a click through link?
  10. Thank you for your reply. Yes, that is correct: bold + change color on hover + open in new window
  11. Hello All- Trying, unsuccessfully to style a link in Exerpts on a blog page. I would like to have a hover color, medium bold the link, and remove the underline. Is it also possible to have the web link open a new browser window the same behaviour as the passthrough-link? Using inspector I can see that exerpt text is p.preFade.fadeIn but dont know where to go from there with code. Many Many thanks for any support. https://playbook-nth.squarespace.com/communications password: NTH2024# First blog entry “Using Accessibility Features” is the entry I am working on
  12. Hello All- Reviving this thread for my current 7.1 project. I tried using the code to remove the "read more" link by using my collection ID but with no success. https://playbook-nth.squarespace.com/communications password: NTH2024# As far as i can tell the collection ID is 659613958b47182e64b137e0 could this be done with a section id for the blog? section[data-section-id="659613958b47182e64b137eb"]: Many many thanks!
  13. Thanks for the info, I will give it a try.
  14. Thank you sooooo much! no more white space above footer on short pages.
  15. Hello! Could someone help me change the CSS above to apply sitewide? Many thanks
  16. Hello! Having trouble with the hover on links. I would like to have all links sitewide change yellow on hover. I have tried some of the code from this thread with no success. Any help would be greatly appreciated. website: https://bto-2023-v2.squarespace.com/ PW: BTOv2 code tried: /* link hover color */ #page a:hover { color: violet; } /* link hover color in footer */ footer a:hover { color: violet !important; }
  17. Hello! I have an upcoming website project and we need a Resource Library to match the functionalityof this site https://www.nea.org/resource-library? . Universal Filter by Squarewebsites mentioned above seems able to match the functionality. Just wanted to get any information from users of this plugin and if there are other plugins similar to this that you recommend. Many thank!
  18. Thank you sooo much, that did it! I TRULY appreciate your help with this!
  19. Hi! I was able to adjust those spaces, so there is only one remaining question: Is there any way in mobile to remove this middle page that is being generated by the button? I would like the user to go directly from hamburger to the form page.
  20. Hi Tuanphan. Thank you for the suggestion, i didnt realize you could adjust the mobile without effecting the destop. The only issues that remains is how to eliminate the mobile screen when you click on hompage hamburger, I would like to remove the middle page in the photo above. Thanks!
  21. Hello! I am sorry that i have taken sooo long to respond. I have created a few screen grabs which include both desktop and mobile to clarify: First screen image: On mobile version the headline should not cover the photo but sit below it. The button on mobile version should center below the text. Second screen image: The button on mobile version needs to come after the last icon. Third screen image: How to make clicking on the hamburger takes user directly to the Form. Fourth screen image: How can space between image blocks in this section be reduced? Thanks in advance...
  22. Cass, this worked beautifully, so thank you again for all your help!
  23. Hello All- Thank you in advance. I am struggling with some issue on mobile version spacing and padding and a few other strange mobile issues on hfrelief.org. PW: phytoHF1 - i am a beginner trying to learn to use css on my squarespace sites so your help is greatly appreciated. Please find issue listed below: 1) Homepage: [A] I am trying to add space above and below the image - #block-yui_3_17_2_1_1692044997546_7952. [B] Below that I would like to center the Register button [C] In section - section[data-section-id="64e37a1f3a659d500f59c2d7"] - below picture of women, I want to add space at top and bottom of the section and would like the Register button to come after the icon images not randomly in the middle. [D] I would like to remove space between the logos in section section[data-section-id="64e3bbfbf72e51596b471dcc"]. [E] I want to reduce the size of type in footer #block-yui_3_17_2_1_1693496424598_13379 [F] in horizontal mode in mobile the image of woman with fan #block-yui_3_17_2_1_1692044997546_7952 is stretching across the span and I would like it to appear much more like the vertical version. Same thing is happening with logos in section[data-section-id="64e3bbfbf72e51596b471dcc"]. 2) The header button on the desktop button is somehow creating a new mobile screen when selecting the mobile menu. Please let me know if it would be helpful for me to show the custom code I have used to adjust the desktop elements of the site. These are a lot of asks, so I understand if you can only help with some of the issues. Many many thanks!
  24. Hello Cass and thank you so much for your time and support! I forgot to edit the post to show that I fixed #1, the button issue. Here is the code that worked for me in the event anyone else comes across this thread. Possibly not the most elegant or efficient: /* Change form button to match site */ form input[type=submit] { background: none !imortant; color: #680F0F !important; border-color: #680F0F !important; } form input[type=submit]:hover { background: #680F0F !important; color: white !important; border-color: #680F0F !important; } #2, The code you sent for bolding the form text worked beautifully. #3, the code you sent did not change anything, so if you have time, is there something else I could try? Attached is a screen shot of your code added and saved. The letters are still very close together. Ideally they would match the spacing of the other. Lastly, I realized that I forgot to ask how to make the type on that blue header button white during hover. It may just be I need to change on of the theme colors, just can't identify which one. Many thanks again for your help, Hans
  25. Hello All. Looking for CSS code help with a few issues I am facing: site: hfrelief.org pw: phytoHF1 #1) I am trying to add css so the form buttons match the regular buttons blocks on the rest of the site. No CSS on similar posts seems to affect the form button. Currently form button is black and I want to change outline and type to brown then on hover, solid brown button with white type. #2) In the form, the "required" field type is very light weight. I would like it to be bold and match the time of day choices type #3) The type in the blue button in the nav header is very tightly spaced and the style adjustments don't change it, only the regular button blocks. Can the letterspace be increased? Thank you in advance! site: hfrelief.org pw: phytoHF1
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.