Jump to content

DSGNRAgencia

Member
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

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

DSGNRAgencia's Achievements

  1. That did it. Is there a way to do this for the mobile navigation menu? it would be last wrinkle. Thanks, you're a lifesaver!
  2. I'll have to find better pics but that definitely did the trick. Thank you so much!
  3. I'm having trouble with custom files now for some reason, they show up as blank and the link doesn't work, but previously uploaded files don't do this. I used external urls and it worked like a charm! Thank you! One final question: can it be done in the mobile dropdown menu? I tried pasting the same string after "@media only screen and (max-width: 768px)" but it did nothing.
  4. I did. As I mentioned before, that's how they show up for some reason, I don't understand why
  5. Site URL: https://garlic-vanilla-9jsw.squarespace.com/config/ I used the following code I found to create a second navigation button, to switch from English and Spanish on the fly. I'd like to use flags instead of abbreviations but I'm not sure what to do now that I have a second button and it uses such a long string of code, don't know if I have to inject some code in here or in a new string. I hope someone can help, thanks! /* begin add buttons to header Version : 0.6d0 SS Version : 7.1 Dependancies : LESS By : Thomas Creedon < http://www.tomsWeb.consulting/ > */ @gap : 0.5rem; // space between buttons /* direction-order controls whether buttons will be oriented in a row or column and if they will be in normal or reversed order. the first argument can be row or column, the second argument can be normal or reverse */ .direction-order ( row, normal ); // do not change anything below, there be the borg here .header .header-actions-action--cta, .header-menu-cta { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-orient : @d3; -webkit-box-direction : @d2; -ms-flex-direction : @d1; flex-direction : @d1; grid-gap : @gap; gap : @gap; text-align : center; } .header-menu-cta { justify-content : center; margin : auto; margin-bottom : calc( @gap * 1.25 ); } .header-menu-cta a { margin : 0; } @media only screen and ( pointer : coarse ) and ( max-width : 1024px ), screen and ( max-width : 799px ) { .header .header-actions-action--cta { display : none; } } // direction row, normal .direction-order ( @d, @o ) when ( @d = row ) and ( @o = normal ) { @d1 : row; @d2 : normal; @d3 : horizontal; } // direction row, reverse .direction-order ( @d, @o ) when ( @d = row ) and ( @o = reverse ) { @d1 : row-reverse; @d2 : reverse; @d3 : horizontal; } // direction column, normal .direction-order ( @d, @o ) when ( @d = column ) and ( @o = normal ) { @d1 : column; @d2 : normal; @d3 : vertical; } // direction column, reverse .direction-order ( @d, @o ) when ( @d = column ) and ( @o = reverse ) { @d1 : column-reverse; @d2 : reverse; @d3 : vertical; } /* end add buttons to header */
  6. Site URL: https://garlic-vanilla-9jsw.squarespace.com I'm trying to change the color of the ▮ symbol to the red I'm using on the site, while keeping the rest of the navigation the same color. For example: "▮Nosotros"; red for "▮" and white for "Nosotros" closest I got was this code, but I could not find a way to determine individual characters: .header-nav-item a[href="/about"], .header-menu-nav-item a[href="/about"] { color: #ec8349 !important; } Thanks!
×
×
  • 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.