Jump to content

benja

Circle Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by benja

  1. Hello

    I allready tried some codes I read in the forum, but none of them worked.
    I have these colored text blocks (green and white) and I want to have the same spacing between text and border all around.
    Event if I set the padding to 5% in the squarespace settings it's not the same. Is there any code to adjust the padding?

    Ideally, one code for all boxes, but I don't mind adding a code for each box if needed. 

    site URL: https://emu-apricots-sgll.squarespace.com/
    password: umoweb

    I'll appreciate any help.

    Bildschirm­foto 2023-09-19 um 14.12.45.png

    Bildschirm­foto 2023-09-19 um 14.16.55.png

  2. Hello!


    I'm having trouble to resize the button on my mobile page. I already tried it, but the text is too big.
    In general I had problems do adjust the height, that's why I used a code for that. Also that the text appears on a single line.

    Can anyone help me figure out how to make the buttons smaller?

    Thanks in advance!

    The URL is: https://amethyst-pelican-2l2k.squarespace.com/
    The password is: umowebseite


    Codes I'm already using:

    //Primary Button Custom Font
    .sqs-block-button-element--medium, .sqs-button-element--primary {  font-family: archia-regular !important; font-weight: 600;}

    //Button Size
    .sqs-block-button .sqs-block-button-element--medium {white-space: nowrap; margin: 16px;}

    //Mobile Button Size
    @media only screen and (max-width: 750px)  { .sqs-block-button-element {width : 190px; font-size: 0.3em;}  }

  3. Hey @tuanphan

    Can you help me please, to add an underline and another color (white) on an active nav items within a folder?
    I already solved it on simple pages with this code:

    //Navigation active Link//
    .Header-nav-item--active { border-bottom: 2px solid white;
    color: white !important; }

    By the way I hid the first child with this code:
    //Navigation hide first child//
    .Header-nav-folder-item:first-child { display:none;}

    I added screenshots, how it should look like.

     

    The other question is, can I add another color (#D5417B) on the secondary navigation when it’s active?
    I used the following code, so that is looks like a button:

    // secondary navigation Button Style //
    .Header-nav--secondary .Header-nav-item:last-child {
       background: white;
       color: black !important;
       padding: 7px 13px !important; }

     

    The site url is: https://pigeon-ocelot-j5lf.squarespace.com/
    The password is: umoweb

     

    Thank you!

    Bildschirmfoto 2022-12-06 um 15.49.21.png

    Bildschirmfoto 2022-12-06 um 15.49.06.png

  4. Site URL: https://guppy-guppy-msjk.squarespace.com/

    Hello friendly helper!

    First, I really appreciate the help I always receive in this forum and I've found solutions here many times, without asking by myself.

    I'm working on another website for a client and it should bi bilingual.
    I've found a solution where I have «DE» and «EN» Homepage in the secondary navigation and the other links in the primary navigation. I managed to hide the german links on the english version and the other way around.

    BUT, I can't figure out, how to hide the folder I have. Does it demand another CSS Code for a folder?
    And also, how can I hide these specific pages on mobile? I hope this is possible!

    I'm open to receive other suggestions to have a bilingual page. 

    the website (still under construction) is https://guppy-guppy-msjk.squarespace.com/ and the password is: umoweb

     

    btw. this is the code I use to hide the specific pages, I set this for all pages (yeah, kinda, because it's still under construction)

    #collection-60b0ef8008aa190da569458e .Header-nav--primary a.Header-nav-item:nth-child(5) { display: none !important;}

    #collection-60b0ef8008aa190da569458e .Header-nav--primary a.Header-nav-item:nth-child(6) { display: none !important;}

    #collection-60b0ef8008aa190da569458e .Header-nav--primary a.Header-nav-item:nth-child(7) { display: none !important;}

    #collection-60b0ef8008aa190da569458e .Header-nav--primary a.Header-nav-item:nth-child(8) { display: none !important;}

    #collection-60b0ef8008aa190da569458e .Header-nav--secondary a.Header-nav-item:nth-child(1) { display: none !important;}

    I hope someone can help!

  5. @paul2009 thanks for your answer. yes I added this text in the html box

    Quote

     

    <br><br><h3> Vielen Dank für Deinen Eintrag.</h3>

    Der Betrag fliesst in die Statistik. Vergiss nicht, dich auch noch persönlich zu bedanken. Das passiert nicht automatisch😉

    [Weiteren Umsatz verdanken][1]

    [1]: https://www.biznetz.ch/verdankung

    but now it looks like this:594449635_Bildschirmfoto2021-05-04um16_24_45.thumb.png.161a84c4bb7205a2c7886e2451638308.png

    is there another way to add links? I also tested this one: 
    [Weiteren Umsatz verdanken](https://www.biznetz.ch/verdankung)

     

  6. Site URL: https://www.biznetz.ch/form-test

    Hello friendly helpers!

    I wanted to add a link to de text after submitting a form, also it would be nice, if I can add a title (h3).
    All my other links are green with an underline, but in this text there is no difference.
    Now it looks like the example on the left it would be nice if it could look like the example on the right:631855273_Bildschirmfoto2021-05-04um15_58_53.thumb.png.7b9f62276b875c2540a22623c70b3489.png
    I already tried to add this: 

    Quote

     

    <br><br><h3> Vielen Dank für Deinen Eintrag.</h3>

    Der Betrag fliesst in die Statistik. Vergiss nicht, dich auch noch persönlich zu bedanken. Das passiert nicht automatisch 😉

    [Weiteren Umsatz veranken][1]

    [1]: https://www.biznetz.ch/verdankung

     

    which works very well in a markdown. Shouldn't it work like this as well?

    Can anyone help me? I would be super happy if you can tell that there is a link.
    And yes this is a test form on a test site, because the actual form is integrated in the member area.

    Is there a trick to watch how this text looks, without submitting the form over and over again?

  7. Site URL: https://tuba-octopus-s32b.squarespace.com/

    Hello friendly helpers!

    I'm working on this website and managed to add a background image to the navigation.

    Is it possible to add this on the mobile version behind the logo, like a header?
    I already have a plan B, the image is now in the navigation, but I would love to add it as a header.
    It should look like the attached example.

    I'm using a brine template: https://tuba-octopus-s32b.squarespace.com/
    The password is: umoweb

    It would be nice, if anyone could help me.

    example.jpg

×
×
  • 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.