Jump to content

tevestudios

Circle Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by tevestudios

  1. Thanks! This almost worked, except for the social icons. I've also tried using 'fill' and 'color' and neither solution will fill the icons completely with the blue. Do you have any suggestions on what to try next?

    #2 - I would like to have the option to change the titles + subtitles in the footer as well as the text in the button. Do you have any suggestions about that?

  2. Hi!

    For my personal website (and future websites) I'm looking for a way to create unique footers for specific pages. This leads me to asking two questions: 

    01. Personal Website
    For my personal website it's just about changing the colors (which I managed to do for the background and the text, but not the social icons, button & divider). Does anyone know what to add to the code to change these colors as well?

    Site url: www.tessaveen.com/over-mij

     

    02. For Future Websites
    In the future - for some upcoming client projects - I'm looking for a way on how to change the text of that specific footer. For example (see screenshot): www.tevestudios.com has a title in the footer - how can I change that text or the button text on specific pages?

    Thanks!

     

    Screenshot 2024-03-05 at 08.13.21.png

  3. Hi!

    For a website I'm working on, I'm trying to create a transparent, fixed header that will change it's font & logo color on scroll.

    For example; on the homepage you'll see a transparent header with an off-white logo & navigation and I want to let it change to a white background with a black logo & navigation when scrolling. (I'm not looking for changing the color settings of the block below).

    Is there anyone who has some code to do it?

    URL: https://notyourtherapist.squarespace.com/
    password: anuroopa

    Thank you!

  4. @tuanphan Great, thank you! It worked! 

    And regarding your note; you are correct that my custom font isn't working. I've been trying to fix it for days and nothing works... Maybe you can help me? 

    I've added the following font files: .ttf, .woff, .woff2 & .eot. This is the code that I used: 

    // Custom font settings //
    @font-face {
      font-family: 'UncutSans-Variable';
      src: url('https://static1.squarespace.com/static/5ff844cda6a63d22c04c8272/t/64f5ceb8da920c04bca0e2d7/1693830841045/UncutSans-Variable.eot'); /* IE9 Compat Modes */

      src: url('https://static1.squarespace.com/static/5ff844cda6a63d22c04c8272/t/64f5ceb85327c060a1b921cb/1693830841035/UncutSans-Variable.woff2') format('woff2'), /* Super Modern Browsers */


     url('https://static1.squarespace.com/static/5ff844cda6a63d22c04c8272/t/64f5ceb8fc9b9d2a473dcbb0/1693830841034/UncutSans-Variable.woff') format('woff'), /* Pretty Modern Browsers */

        url('https://static1.squarespace.com/static/5ff844cda6a63d22c04c8272/t/64f5cf7c5a4db53e478e03d3/1693831037185/UncutSans-Variable.ttf')  format('truetype'), /* Safari, Android, iOS */
    }

    // Heading styles //
    site-wrapper {
      font-family: 'UncutSans-Variable'!important;
    }
    sqs-button-element--primary {
      font-family: 'UncutSans-Variable'!important;
    }
    header-title-text {
      font-family: 'UncutSans-Variable'!important;
    }
    h1, h2, h3, h4 {
    font-family: 'UncutSans-Variable'!important;
    }
    p {
    font-family: 'UncutSans-Variable'!important;
    }
    p.sqsrte-large {
    font-family: 'UncutSans-Variable'!important;
    }
    p.sqsrte-small {
    font-family: 'UncutSans-Variable'!important;
    }
     

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