Jump to content

HOMENCREATIVE

Circle Member
  • Posts

    45
  • Joined

  • Last visited

Posts posted by HOMENCREATIVE

  1. I cannot get the text and add/remove buttons in the shopping cart to appear! Even though I've edited the site style to be navy text, everything appears white and cannot be seen. I tried adding custom code but it kept changing the font color of the footer, too. I don't see any font color assignment sections for the shopping cart when editing styles either. Please help!

    Password: teamorder

    URL: https://www.blueprintcookie.com/team-member-ordering

     

    Screenshot 2024-03-19 at 10.18.23 AM.png

  2. I've successfully added CSS code to have an auto-scrolling logo carousel. I created the effect by creating two files that are 3000px wide X 300px H using a Canva template with the logos spaced evenly instead of uploading individual logos to avoid spacing issues.

    For some reason, the auto-scroll is showing off of the webpage when I scroll my mouse to the right. I cannot figure out how to fix this! Help! I created the effect by using the following code to custom CSS.

     

    /* Infinite Logo Scroll */
    #SECTIONID .gallery-reel-list {
      animation: scroll 20s linear infinite;
      display: flex;
      width: 3000px;
      overflow: visible;
    }
    
    @keyframes scroll {
    	0% { 
          transform: translateX(0); 
      }
    	100% { 
         transform: translateX(-1500px);
      }
    }

     

     

    image.thumb.png.7225ef37cd3cc334ae53b10aac1502e2.png

     

  3. @paul2009 I used your code successfully, however I had to increase the height of the button and add padding to the text to center it because it was showing up very narrow! Just FYI. 

    Secondly, for some reason, it's showing a fill behind the text of the button even though I've updated both the "color" and "background-color" correctly.

    Any idea why this is happening? The code I have is:

    /*MOBILE STICKY FOOTER CTA */
    /* Mobile CTA bar - Squarespace 7.1   */
    /* Left (secondary) button colours */
    .sf-mobile-cta-btn:nth-of-type(1) {
      background-color: #000000;
      color: #fffff;
      font-family: "Futura-PT";
      font-size: 1.2rem !important; //size
      font-weight: 600 !important; //
      padding-top: 13px!important;
    }

    /* Right (primary) button colours */
    .sf-mobile-cta-btn:nth-of-type(2) {
      background-color: #006837;
      color: #ffffff;
      font-family: "Futura-PT";
      font-size: 1.2rem !important; //size
      font-weight: 600 !important; //
      padding-top: 13px!important;
     
    }

    @media only screen and (max-width:800px) and (orientation: portrait) {
      .sf-mobile-cta-wrapper {
        display: block!important;
      }
    }

    .sf-mobile-cta-wrapper {
      background: #ebebeb;
      bottom: 0;
      left: 0;
      position: fixed;
      width: 100%;
      z-index: 10;
      transition: bottom .3s;
    }
    .sf-mobile-cta {
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      height: 50px;
    }
    .sf-mobile-cta-btn {
      flex-grow:1;
      flex-basis: 0;
      text-align: center;
    }
    /* End of navigation hover effect    */

    image.thumb.png.58257286e8edf26af4139bde9f97a972.png

  4. Website: www.cafe-club.squarespace.com

    password: cafeclub

    @tuanphan I'm trying to replace my main navigation links with a custom hand-drawn image instead of a font. I tried using the custom CSS provided above but nothing is happening. I uploaded the .png files to custom CSS and used this code:

     

    .nav-item [href="/menu"] span {
        visibility: hidden;
    }
    .nav-item [href="/menu"] span:before {
        content: "";
        background-image: url(https://static1.squarespace.com/static/658da47d0f5cf817eeeb2f99/t/65b02581c6873a3f75bab162/1706042753513/CUISINE.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        display: block;
        visibility: visible;
    }

     

  5. Hi!

    I'm looking for how to wrap a hyphenated word to the next line automatically without resizing the block. I'm specifically noticing this on mobile. See photo.

    I've had this happen on a few different sites I've designed, and I've only been able to fix it when I use a custom code block and add a line break. However, I'd like to apply this to a text block instead.

    Does anyone know how to do this or what custom CSS to add?

     

    Screenshot 2024-01-02 at 12.58.56 PM.png

  6. site: https://www.lemonpopcreative.com/our-work/hutton-brickyards

    pswd: lemon

    I'm trying to remove extra padding that keeps displaying below my uploaded videos, specifically for Mobile view only. It shows a very small amount in edit mode, but when I look at the live mobile version on my phone additional white space is added. I added code to make the video display 16:9 ratio. Anyone know the code to keep this from happening? See below.

    Edit Mode                                                                                        Live mode on my Iphone

    image.thumb.png.d3ed36423e8194529daf72caf9f4ead1.png.       image.thumb.jpeg.45d01dcd7960d03cf937e0b33c16fa0f.jpeg

  7. Hi There!

    I am trying to customize the mobile view ONLY using CSS for the portfolio grid. I would like to remove the "after hover" effect for each sub-page, and I would like it to display the Title in black with a small rectangle transparent white overlay at the bottom of each sub-page. This is because the hover effect doesn't make sense on mobile nor does it show the project title... Here is an example of what I'm trying to achieve:

    image.thumb.png.630e1a8c024d13e4abf4f6f72c7e92f2.png

     

    This is the code I've used to get the Title to move to the bottom, but I can't figure out how to remove the hover box and have it show permanently as the above:

    /* MOBILE GRID VIEW */
    @media screen and (max-width:767px) {
      .portfolio-grid-overlay .grid-item .portfolio-text {
        opacity: 1!important;
      }
      .portfolio-grid-overlay .grid-item .portfolio-title {
          transition: none!important;
          transform: translateY(0);
        color: black!important;
      }
    /* title position */
      .portfolio-text {
        padding-top: 80%!important;
      }
    }

    The website URL is:

    password: lemon
×
×
  • 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.