Jump to content

yubrajs

Circle Member
  • Posts

    104
  • Joined

  • Last visited

Posts posted by yubrajs

  1. You can achieve this with keyframe animation.

    .fe-block-yui_3_17_2_1_1705023988848_42937{
    	animation: spin 5s normal linear infinite;
    }
    
    @keyframes spin {
            0% {
              -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
            }
            25% {
              -webkit-transform: rotate3d(0, 0, 1, 90deg);
              transform: rotate3d(0, 0, 1, 90deg);
            }
            50% {
              -webkit-transform: rotate3d(0, 0, 1, 180deg);
              transform: rotate3d(0, 0, 1, 180deg);
            }
            75% {
              -webkit-transform: rotate3d(0, 0, 1, 270deg);
              transform: rotate3d(0, 0, 1, 270deg);
            }
            100% {
              -webkit-transform: rotate3d(0, 0, 1, 360deg);
              transform: rotate3d(0, 0, 1, 360deg);
            }
          }

     

  2. Hi, 

    Instead of applying transition to an image with class .img; apply it on whole "a" tag. Like:

    .thumbnail2 a{

    filter: grayscale(0%);

    }

    .thumbnail2 a:hover{

    transition: filter .3s ease-in-out;
      -webkit-filter: grayscale(0%);
      filter: grayscale(100%);

    }

    Remove below code:

    .img {

    transition: filter .3s ease-in-out;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);

    }

     

     

  3. Update the custom css code like below:


    a[data-wm-popup] {
      position: unset !important;
    }

    .play {
    opacity: 80% !important;
      position: absolute !important;
      width: 150px;
      height: 150px;
      inset: 0;
      margin: auto;
    }

  4. Just now, yubrajs said:

    Hi, Add this code on custom css:

    For underline

    .header-nav-folder-item{

    text-decoration:underline !important;

    }

    For the sketch underline you have to add the sketch image under custom files:

    Now the custom css be like below:

    .header-nav-folder-item{

    background-image: url("https://static1.squarespace.com/static/658b1188edf10b7411e1d12c/t/659d6aefddd89d0c63a8b892/1704815343613/arrow_up_right.png)") ;

    background-repeat: repeat-x;
    background-position: bottom;

    }

    Above image url is an example, you have to add your own image path.

  5. Hi, Add this code on custom css:

    For underline

    .header-nav-folder-item{

    text-decoration:underline !important;

    }

    For the sketch underline you have to add the sketch image under custom files:

    Now the custom css be like below:

    .header-nav-folder-item{

    background-image: url("https://static1.squarespace.com/static/658b1188edf10b7411e1d12c/t/659d6aefddd89d0c63a8b892/1704815343613/arrow_up_right.png)") ;

    background-repeat: repeat-x;
    background-position: bottom;

    }

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