Jump to content

judgereini

Member
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

judgereini's Achievements

  1. Thanks a lot tuanphan! I have updated the @font-face declaration accordingly ... and now it works :-))) Now the page looks exactly as it should look 😁 Thanks for your valuable advices 🙏 Christian
  2. I investigated the "bold"-issue a little further ... actually, the headlines are marked as bold ... i can see this when editing a page. I can even de-/activate bold using the editor. However, it does not make any difference in how the font gets displayed. Anyone got an idea, where the mistake is?
  3. Hi tuanphan! Thanks for feedback and code! The CSS for the form works :-))) Using your code and receiving your feedback I realized that I did something wrong with the @font-face. I had that code in, too ... but obviously something did not work right. The whole CSS that I'm now using for the custom font is: //--- Your Custom Font ---// @font-face{ font-family: 'Borna'; src: url('https://static1.squarespace.com/static/65508747872b676c6cb769ce/t/66ab240ce3558468a9554a53/1722491916174/borna-regular-webfont.woff'), url('https://static1.squarespace.com/static/65508747872b676c6cb769ce/t/66ab241d6d7412047306cbce/1722491933983/borna-bold-webfont.woff'); font-weight: 400;} h1, h2, h3, h4 { font-weight: bold; font-family: 'Borna'!important; } .sqsrte-large { font-family: 'Borna'!important; } .sqsrte-large { font-family: 'Borna'!important; } p:not(.sqsrte-large, .sqsrte-small){ font-family: 'Borna'!important; } .sqsrte-small { font-family: 'Borna'!important;} #siteWrapper.site-wrapper .sqs-button-element--primary, #siteWrapper.site-wrapper .sqs-button-element--secondary, #siteWrapper.site-wrapper .sqs-button-element--tertiary{ font-family: 'Borna'!important; font-weight: bold; } .header-nav *, nav.header-menu-nav-list * { font-family: 'Borna'; font-size: 18px; font-weight: bold; } div.form-block *, div.form-block *::placeholder { font-family: 'Borna' !important; } ############################### Now it almost works correctly ... except that the headlines don't get displayed in bold. Do you see the issue? If so, pls. let me know how to do it correctly. Thanks, Christian
  4. Hi Community! I'm using a custom font on this website: https://www.schule-der-ideen.org/ Therefore, I have uploaded the font and added some custom CSS (see below). I managed to change the font all over the page, except in the forms: https://www.schule-der-ideen.org/bewerbung https://www.schule-der-ideen.org/kontakt Can anyone let me know, which CSS code would do this job? Best, Christian Here is the CSS code I have used so far: If there is something to improve, pls. let me know. I don't "speak" CSS ... I can just copy/paste ;-))) h1, h2, h3, h4 { font-family: 'borna-bold-webfont.ttf'!important;} .sqsrte-large { font-family: 'borna-regular-webfont.ttf'!important; } p:not(.sqsrte-large, .sqsrte-small){ font-family: 'borna-regular-webfont.ttf'!important; } .sqsrte-small { font-family: 'borna-regular-webfont.ttf'!important;} #siteWrapper.site-wrapper .sqs-button-element--primary, #siteWrapper.site-wrapper .sqs-button-element--secondary, #siteWrapper.site-wrapper .sqs-button-element--tertiary{ font-family: 'borna-bold-webfont.ttf'!important; font-weight: bold; } .header-nav *, nav.header-menu-nav-list * { font-family: 'borna-bold-webfont.ttf'; font-size: 20px; font-weight: bold; }
  5. Hi kevn42000! I tried your solution but it did not work for me. The HTML code keeps staying visible if put in the option field I've opened a new thread for this situation and there the user HoaLT posted a solution that actually works for me, by putting the link in the label of the checkbox field. Here is the link to this solution: Best, Christian
  6. Hi HoaLT! Thank you so much for this solution ... it works!!! :-))) Very much appreciated!!! Also the style of your tutorials is great! Really easy to follow! Awesome!!! Best, Christian
  7. Hi Squarespace community! I am aware that this topic has been brougth up in this forum before: ... but I haven't found a current solution. So the requirment is still the same ... I would like to have a checkbox for accepting - in my case the privacy policy - when submitting a form. Therefore I would like to add a checkbox form field at the end of my form, with a descriptive text that also includes a link to the privacy policy. Can this be implemented using a Squarespace 7.1 theme? If yes --> how? Would be awesome if someone could point me in the right direction to make this happen! Best, Christian
  8. Hi Squarespace Community! Is there a new solution to this requirement? I guess a lot of websites want to feature a form with a checkbox to confirm e.g. privacy policy ... which should be linked in the text next to the checkbox. Best, Christian
  9. I could solve my main issue - the clickable main buttons, even if they are folders - with the instruction and code from this link: https://www.will-myers.com/articles/clickable-folders-for-squarespace-71 That'll do for what we currently need. Thanks for all your feedback! Christian
  10. Hi @paul2009! Thanks a lot for the link! Checking out the mega menus I actually realize that I would rather need a plain simple drop down menu as a second level navigation. Do you also have an advice how to realize this? Or where I find more related information? Best, Christian
  11. Hi @jorgeamrls! Just a quick question: how did you realize the simple plain drop down menu? That would be exactly what I need in a current project. Best, Christian
  12. Hi tuanphan! Thanks a lot for your suggestion! I guess this would meet our requirements. Do you have any recommendations for a good plugin or code that we need to realize such a mega menu? Best, Christian
  13. Hi Squarespace Community! I would like to create a navigation that functions similar to this one: ... so it should have: a) Second level navigation via drop down, that unfolds on mouse-over b) Clickable menu items in the second level c) Also clickable main menu items I don't get how to create c) if I follow this instructions: https://support.squarespace.com/hc/en-us/articles/205813818-Adding-drop-down-menus-to-your-navigation-with-folders Furthermore, this navigation does not look as nice and smooth as known from other websites. Are there other approaches (e.g. with custom code and/or a plugin) to create a nice second level navigation with dropdowns? Would be awesome if someone could share a hint ... Best, Christian
  14. Hi Ziggy! Thanks a lot for your help! 😀 Very much appreciated!!! Your code fixed the issue. The pagination looks much nicer now, as you can see in the screenshot. You can also check it out live at https://www.innsbruck.dance/ Thank you! Christian
  15. Hi Squarespace Community! We have listed a couple of events on our website. The events pagination works, but the font size is too big. Consequently, there are overlaps .. .especially in mobile view. Does anyone know, how we can reduce the font size of the pagination? Best, Christian
×
×
  • 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.