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!

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