Jump to content

tuanphan

Circle Member
  • Posts

    64,963
  • Joined

  • Last visited

  • Days Won

    517

Posts posted by tuanphan

  1. Each tab, you will need a different code

    With SI F0, add to Design > Custom CSS

    /* Order mobile */
    @media screen and (max-width:767px) {
    div#page-section-627d81ab6092d6581d64d2ad {
    &>.row:nth-child(3) {
        display: flex;
        flex-direction: column-reverse;
    }
    &>.row:nth-child(7) {
        display: flex;
        flex-direction: column-reverse;
    }
    &>.row:nth-child(8) .row:nth-child(4n) {
       display: flex;
        flex-direction: column-reverse;
    }}}

     

  2. Your code missing some symbols. Use this new code

    @font-face {
        font-family: 'CircularStd-Book';
        src: url('https://static1.squarespace.com/static/62723ddc194fd97dab34b87d/t/6273850d35e2df27764a1785/1651737869973/CircularStd-Book.ttf');
        src:url('https://static1.squarespace.com/static/62723ddc194fd97dab34b87d/t/628beab7f3d9b8024aec9724/1653336759557/CircularStd-Book.woff'),url('https://static1.squarespace.com/static/62723ddc194fd97dab34b87d/t/628beac162594649ca63a83f/1653336769596/CircularStd-Book.woff2'),('https://static1.squarespace.com/static/62723ddc194fd97dab34b87d/t/628bec0514f962310fdfb07d/1653337093900/CircularStd-Book.eot');
    }
    
    h1,h2,h3, p, header#header a, .sqs-announcement-bar-url a {
        font-family: 'CircularStd-Book' !important
    }

     

  3. 9 hours ago, shane411 said:

    Site URL: https://bassoon-violet-z33p.squarespace.com/about

    Attempting to reduce the space between lines of 2 different styles of text (under the pictures - Name & Nickname). Tried this code I found online, but it still isn't working. Any ideas?
     
    password: dreamteamclt
     
    p1 {
    margin-top: -15px !important;
    }

    Add to Design > Custom CSS

    div#page-section-624f4cdcc42a870ba6313bd8 .html-block {
        padding-top: 0px;
    }
    div#page-section-624f4cdcc42a870ba6313bd8 * {
        margin-top: 5px;
        margin-bottom: 5px;
    }

     

  4. 13 hours ago, hrobb said:

    I'm trying to use this code on my site for the same issue (not eventbrite) and although I added the button ID, it still isn't dropping the shadows or borders. any ideas?

    my code:

    <a href="https://compelcommunitychurch.churchcenter.com/people/forms/391625" data-open-in-church-center-modal="true">
    <button class="sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element"
            type="button">
        SIGN UP HERE
    </button>
    </a>

    Try this code

    a[href*="churchcenter"] button {
        box-shadow: none !important;
        border: none !important;
    }

     

  5. Something like this? https://thung.squarespace.com/w-accordion?noredirect&password=abc (Pass: abc)

    accvideo.thumb.png.45a46e2c7f0796486501eee691d3841a.png

    Default Accordion, you can't do this. Screenshot, I used a plugin

    If you use a Business Plan or higher, you can add a Video Under Accordion, then we will give code to move it into Accordion Content.

    If you use a Personal Plan, you can find another accordion on Codepen.io, then share link, we will convert it to Squarespace

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