Jump to content

tuanphan

Circle Member
  • Posts

    66,378
  • Joined

  • Last visited

  • Days Won

    532

Posts posted by tuanphan

  1. 15 hours ago, louis1996 said:

    Brilliant, thanks @tuanphan, is there a way to run this across lots more similar pages, such as this https://www.warners-stores.co.uk/berrys-ice-cream and https://www.warners-stores.co.uk/bewdley-brewery

     

    Thanks

    Use this new code

    /* Mobile beau bakehouse image text */
    @media screen and (max-width:767px) {
    div#page-section-61a9e36dae350b52c3a12077>.row {
        display: flex;
        flex-direction: column-reverse;
    }
    /* berry ice cream */
    div#page-section-61aa07bb42180e7bcc97951f>.row {
        display: flex;
        flex-direction: column-reverse;
    }
    /* bewdley */
    div#page-section-61aa19151310d91d8f8f9417>.row {
        display: flex;
        flex-direction: column-reverse;
    }
    }

     

  2. 16 hours ago, nickcharliekey said:

    @tuanphanThanks so much for replying...it's not currently on the page as it's not working in the code block, embed block or header page injection..

    Got it from a company called Flex who do dental appointment scheduling. They seem to say its a plug and play solution but it doens't work. I'll readd it to the page so you can see how its interacting.

     

    I think this code (in red box) should have an opening & closing tag (something like this <script>initFlexBook('https://flexbook.me/sigsmiles');</script>)

    Can you check again?

    this-code.png.d2daf9d6e55781870f358d2a74d258a1.png

  3. 2 hours ago, AndrewFreedMusic said:

    Thanks for all this! This is great. Question...

     

    Within the accordion, if I wanted to change a specific words font/size/color, how can I do that? For example, in the picture I attached where it says (FREE), I want to change the font that is within the title. Thanks for all you do! 

     

    1867240972_ScreenShot2022-01-12at4_20_48PM.thumb.png.816b74bee83bb299452a240b78e51826.png

    Try edit title to this

    Quote

    LEVEL ZERO <span>FREE</span>

    next, add this code to Design > Custom CSS

    span.accordion-item__title span {
    	color: red !important;
    }

     

  4. 3 hours ago, NOMADHair said:

    Thank you so much again for your help, I really appreciate it!

    Unfortunately the above code didn't work as a whole, however, when I removed the second bit, and just added the first bit I was able to get the recaptcha box centered.

    Can you think of another code to stretch out the box to a rectangle shape rather than a square?

    And as always, thank you in advance for your help 🙂

    Screen Shot 2022-01-12 at 10.20.20 pm.png

    I just checked again, it looks like not possible to change its width

  5. 2 hours ago, jlcarte4 said:

    I'm having the exact same issue. I spoke with a rep via chat and they were no help. i copied and pasted a code from w3schools and everything was off. I made no alterations to the code.

     

    What seemed to work (a little) was going to colors in site styles and making the section background transparent. That's all I know. Any advice would be appreciated.

    Can you share link to page where you added the code? Which code did you add? 

  6. 6 hours ago, Sherman said:

    @tuanphan

    I have the same issue and am wondering if you are able to help me with it?

    Am trying to get the text "RiverLife Church" and the social icons on the mobile version of the footer for this site to be on the same line instead of the social icons being below the "RiverLife Church" text.

    https://rlresource.squarespace.com/

    Also trying to do it for the buttons at the bottom of these pages (before the footer) to be on the same line as well. 

    https://rlresource.squarespace.com/connect

    https://rlresource.squarespace.com/minister

    Appreciate the help! Thank you.

    #1. Try adding to Design > custom CSS

    /* Footer side by side */
    @media screen and (max-width:767px) {
    div#page-section-60891410e031bc2e3e5f8965>.row:nth-child(2)>.col {
        width: 50% !important;
        float: left !important;
    }
    }

    #2. Try #1 first, then I will check other pages

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