Jump to content

benstevens05

Circle Member
  • Posts

    26
  • Joined

  • Last visited

Posts posted by benstevens05

  1. @tuanphan I have used the code provided on this thread to hyperlink every list item. I am also using the following CSS to add a hover effect, however you can see that the border radius I applied to the image doesn't translate on hover?

    https://www.oppidaneducation.kr/home (2nd section)

     

    .user-items-list-simple .list-image {
      border-radius: 15px 15px 0px 0px !important;
    }
      
        .list-item img {
           transform: scale(1); 
         transition: 500ms;
           overflow: hidden !important;
    }
      
      .list-item:hover img {
           transform: scale(1.05); 
         transition: 500ms;
    }

     

  2. I've placed the following code into the page header code injection into the Interview Masterclass course page. It styles the navigation on scroll but is obviously affecting the course levels within the course which I don't want:

    <style>
      
      header#header img {
        content: url(https://static1.squarespace.com/static/632334889a72c4229a80d565/t/634fbc80c1d7123d9ee8a4a3/1666169984378/Oppidan+Education+1+Dark.png);
    }
      
      .shrink .header-title-logo img {
    visibility: hidden;
    }
      
    .shrink .header-title-logo a {
    background-image: url(https://static1.squarespace.com/static/632334889a72c4229a80d565/t/634fbc8686f458657486f7d2/1666169990610/Oppidan+Education+1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    }
      
    body.header--menu-open .shrink .header-title-logo img {
    visibility: hidden;
    }
      
    body.header--menu-open .shrink  .header-title-logo a {
        background-image: url(https://static1.squarespace.com/static/632334889a72c4229a80d565/t/634fbc80c1d7123d9ee8a4a3/1666169984378/Oppidan+Education+1+Dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    }
      
      
    .shrink .header-nav-item a {
      color: #132a42 !important;
    }
      
    .shrink .header-actions-action--cta:before {
      color: #132a42 !important;
      }
      
      .header-nav-folder-content a {
      color: #132a42 !important;
    }
      
      .shrink .burger {
        -webkit-filter: invert(100%);
        filter: invert(100%);
      }
      
      
    .mega-menu-on .header-title-logo img {
    visibility: hidden;
    }
      
    .mega-menu-on .header-title-logo a {
    background-image: url(https://static1.squarespace.com/static/632334889a72c4229a80d565/t/634fbc8686f458657486f7d2/1666169990610/Oppidan+Education+1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    }
      
    .mega-menu-on .header-actions-action--cta:before {
      color: #132a42 !important;
      }
    
      
    </style>

     

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