Jump to content

ContinuityDM

Circle Member
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

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

ContinuityDM's Achievements

  1. I think the problem here is that in the top, you're using the image as a SECTION BACKGROUND, whereas the image at the bottom is an image block. If you were to add the image in the bottom section to the SECTION BACKGROUND, then the section dividers should adapt to it.
  2. I want my list items to behave like the pictured section of this website: https://www.damekellyholmestrust.org/ Whenever I resize my browser, it adjusts the size of the pictured section, and I can't figure out how this is done. Whenever I think I've found a good setting using the regular list editor, I resize my browser and I get weird padding instead of it "following" my movement. I also want the same kind of hover on image to show text solution. Can someone help please!
  3. Site URL: https://sf.su.se We have created new pages for our website, but for some reason, the CSS hasn't been applied to the new pages. If you look at https://www.sf.su.se/valkommen and compare it to the new page https://www.sf.su.se/insparken you can see that the header padding has changed and the menu items are invisible. If we copy an old page, instead of creating a new page, we don't have this problem. We would like to be able to create new pages rather than having to copy old pages, so I'm thinking something is missing in the CSS. We are using the following CSS: /* PAGE FONTS */ @font-face {font-family: 'TwCenRegular';src: url('https://static1.squarespace.com/static/5b3c9957c258b4498dad44d1/t/602fc9b5d047734047ed8add/1613744566367/TCM_____.TTF');} @font-face {font-family: 'TwCenItalic';src: url('https://static1.squarespace.com/static/5b3c9957c258b4498dad44d1/t/602fca2952d5983c5426e17b/1613744682023/TCMI____.TTF');} @font-face {font-family: 'TwCenBold';src: url('https://static1.squarespace.com/static/5b3c9957c258b4498dad44d1/t/602fca4897cbab7fdd64831d/1613744712142/TwCenMTStd-Bold.otf');} @font-face {font-family: 'Helvetica';src: url('https://static1.squarespace.com/static/5b3c9957c258b4498dad44d1/t/61d4fb9e1430494a8d77f4eb/1641347998738/Helvetica.ttf');} /* Title fonts */ h1 {font-family: 'TwCenRegular';} h2 {font-family: 'TwCenRegular';} h3 {font-family: 'TwCenRegular';} h4 {font-family: 'TwCenRegular';} h5 {font-family: 'TwCenRegular';} body {font-family: 'Helvetica';} /* PAGE HEADER */ /* Fonts */ .Header-nav--primary .Header-nav-item {font-family: 'TwCenRegular';} .Header-nav--secondary .Header-nav-item {font-family: 'TwCenRegular';} .Header-nav--primary .Header-nav-item {color: white !important} .Header-nav--secondary .Header-nav-item {color: white !important} /* Background color */ .Header { background: #030c29; } /* Mobile fonts*/ .Mobile-overlay-nav--primary .Mobile-overlay-nav-item {font-family: 'TwCenRegular';} .Mobile-overlay-nav--primary .Mobile-overlay-nav-item {font-family:'TwCenRegular'!important;} footer.sections h3 {font-family: 'TwCenRegular';} /* PAGE FOOTER */ /* Footer font */ footer.sections h3 {font-family: 'TwCenRegular';} /* Footer background color */ .Footer { background: #030c29; } /* BLOG POSTS */ /* blog post header*/ .Header {background: #030c29;} body.collection-type-blog.view-item .Header-nav-item {color: white;} body.collection-type-blog.view-item .Header-nav-item {color: white;} body.collection-type-blog.view-item .Header-nav-folder {background-color: #030c29 !important;} /* SUMMARY BLOCKS */ /* Summary block titles */ .sqs-block-summary-v2 { .summary-title, .summary-heading { font-family: 'TwCenRegular'; font-weight: 500; font-size: 20px !important; color: #030c29; text-transform: uppercase; font-style: ; } } /* Summary block exerpts */ .sqs-block-summary-v2 { .summary-excerpt p { font-family: 'Helvetica'; font-weight: 400; font-size: 10px !important; color: black; text-transform: ; font-style: ; } } /* Summary block read more link */ .sqs-block-summary-v2 { .summary-read-more-link { font-family: 'Helvetica'; font-weight: 400; font-size: 10px !important; color: black; text-transform: ; font-style: ; } } /* Summary block dates */ .sqs-block-summary-v2 { .summary-metadata-item--date { font-family: 'TwCenRegular'; font-weight: 400; font-size: 10px !important; color: #030c29; text-transform: ; font-style: ; } } /* Summary block tags */ .sqs-block-summary-v2 { .summary-metadata-item--tags { font-family: 'TwCenRegular'; font-weight: 400; font-size: 10px !important; color: #030c29; text-transform: ; font-style: ; } } /* BILDTEXT */ .image-title-wrapper * { font-family: 'TwCenRegular' !important; color: #030c29 !important; }
  4. Is there a way to have this code only apply on the MOBILE INTERFACE? I want my page to a have bigger title font on the desktop version, but smaller on the mobile version. my page is http://www.studentlivstockholm.se
  5. Also, the header padding and font weight remains different from the main page.
  6. Hi! Thank you! This made the text show up in white, however, the menu dropdown still has a white background. Do you know the code to change the dropdown to blue and the dropdown text to become white?
  7. Site URL: http://www.studentlivstockholm.se Hi! I have a page that I own: http://www.studentlivstockholm.se Template: Nueva I'd like to change the background color of the header. I can find how to do it for the top part of the header (it's in the Site Styles section), but I can't find a way to change the background color of the bottom part of the header. Does anyone know the code for that? Ideally, if anyone knows the code to change both the top and the bottom part of the header, so I have it all in one place. Thanks!
  8. Site URL: http://sf.su.se Hi! I have a page that I'm managing: http://sf.su.se Template: Nueva The header is great, however when going into a blog post, the header background didn't carry over, it just became a white background. I found a css to make the background the correct color: /* blog post header background */ .collection-type-blog.view-item header.Header.Header--bottom { background: #030c29;} The only problem now is that the navigation text in the header is invisible! I want it to be white, like on the main page. And the dropdown to be the same blue with white links, but I can't figure out how to do this! https://www.sf.su.se/nyheter/2021/nystyrelse
×
×
  • 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.