Jump to content

chef_mateo317

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by chef_mateo317

  1. Site URL: https://playtekitchen2.squarespace.com

    Hi all, 

    I am having a bit of a problem with my logo not loading on my site. I have some custom CSS to make the logo shrink in size on scroll and overlap the navigation bar. I am not sure why, but the logo does not appear on any page of the site until you pull the page down a bit. On mobile version, everything seems fine. Any advice on what might be the issue?

    site: playtekitchen2.squarespace.com

    password: foodiefun

     

    Thanks in advance, 

    Matt

  2. On 2/26/2022 at 6:47 PM, tuanphan said:

    Add to Design > Custom CSS

    /* align center meet the team */
    @media screen and (min-width:992px) {
    .user-items-list-item-container[data-section-id="62132e9a72e2bb66b18e0db3"] li.list-item.list-item-basic-animation:nth-child(n+4) {
        position: relative;
        left: 50%;
    }
    }

    This worked perfect! Thank you so much! Another question unrelated to this particular forum topic. The hover effect on the reference site: https://www.bronzeville-foundation.com/team with the slight shadowing and popout on hover. What would be the CSS to achieve this. I have tried to inspect the site, but I am having trouble finding the hover effect / stylizing code. Thanks!

    page: https://playtekitchen2.squarespace.com/team-playte

    password: foodiefun

     

  3. On 1/28/2020 at 2:44 AM, tuanphan said:

    I think you can use CSS to do this

    You can create image + caption first, then share url again, we can take a look.

    I have a similar question on my site: https://playtekitchen2.squarespace.com/new-page-2

    password: foodiefun

    I was able to add a hover to text effect at the bottom of the page using this code:

    .design-layout-poster .image-card-wrapper {
      visibility: hidden;
      opacity: 0;
      transition-duration: 1s;
    }
    .design-layout-poster:hover .image-card-wrapper {
      visibility: visible;
      opacity: 1;
      background-color: rgba(240,240,240,.6)
    }

    My only issue is that when you hover over the images, the shape of the semi-transparent background is a square, but the images are circle. Is there anyway to change this? The dimensions of the images are all 717px x 717px.

    BTW @tuanphan, Your posts have been SOOOOO helpful in figuring out how to code my first website! Thanks so much!

  4. On 10/3/2021 at 7:42 AM, tuanphan said:

    For mobile only, or desktop + mobile?

    Yes was for the desktop+mobile... I think I found the answer (from you of course)... but now I am having issues seeing the navigation items in the header unless on a very large/wide screen. I would like the header to include the navigation items... I am looking to do something like this:804123489_ScreenShot2021-10-14at11_48_28PM.thumb.png.bf1884bbab0eef8a5d83d8e833a96e6d.png

    But my header is currently looking like this:

    1283403777_ScreenShot2021-10-14at11_49_56PM.thumb.png.cb767d1046acd31359077440b134cadf.png

    I only wanted the hanburger menu to show up on the desktop version when the screen was minimized so small that the navigation items were hard to read or changed to weird formatting. 

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