Jump to content

cladzine-star

Circle Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by cladzine-star

  1. I found the answer from an old discussion:

    /* List Section - UI Custom Arrows */
    button[class*="arrow-button"] svg {
        display: none !important;
    }
    button[class*="arrow-button--left"] div:before {
        content: "\e006";
        font-family: 'squarespace-ui-font';
        transform: rotate(270deg);
        display: block;
        color: white;
        font-size: 24px;
        line-height: 60px;
        top: -10px;
        position: relative;
    }
    button[class*="arrow-button--right"] div:before {
        content: "\e006";
        font-family: 'squarespace-ui-font';
        transform: rotate(-270deg);
        display: block;
        color: white;
        font-size: 24px;
        line-height: 60px;
          top: -10px;
        position: relative;
    }

  2. Hi. It's https://www.brifiworks.com/

     

    And here's the code:

    /* List Section - UI Custom Arrows */
    button.user-items-list-banner-slideshow__arrow-button svg {
        display: none !important;
    }
    button.user-items-list-banner-slideshow__arrow-button--left div:before {
        content: "\e006";
        font-family: 'squarespace-ui-font';
        transform: rotate(270deg);
        display: block;
        color: white;
        font-size: 30px;
        line-height: 60px;
    }
    button.user-items-list-banner-slideshow__arrow-button--right div:before {
        content: "\e006";
        font-family: 'squarespace-ui-font';
        transform: rotate(-270deg);
        display: block;
        color: white;
        font-size: 30px;
        line-height: 60px;
    }

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