Jump to content

IXStudio

Circle Member
  • Posts

    544
  • Joined

  • Last visited

  • Days Won

    7

Reputation Activity

  1. Love
    IXStudio got a reaction from CoyoteMoon in Center All Text on Mobile   
    Hi
    Use this code in Design -> Custom CSS
    @media screen and (max-width: 640px) { h1, h2, h3, p { text-align: center !important; } } Please use the like button if it helps you!
    Best,
    Leopold
  2. Like
    IXStudio got a reaction from kareemlaurenarthur in How do I make the contact form thank you message block shorter so users can see the image behind it on the page   
    Hi,
    Please share your website URL to check it easier!

    Best,
    Leopold
  3. Like
    IXStudio reacted to tuanphan in Trouble with code injection in Courses   
    Change code to this
    <style> body.view-list header#header img { content: url(https://static1.squarespace.com/static/632334889a72c4229a80d565/t/634fbc80c1d7123d9ee8a4a3/1666169984378/Oppidan+Education+1+Dark.png); } body.view-list .shrink .header-title-logo img { visibility: hidden; } body.view-list .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.view-list .shrink .header-title-logo img { visibility: hidden; } body.header--menu-open.view-list .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; } body.view-list .shrink .header-nav-item a { color: #132a42 !important; } body.view-list .shrink .header-actions-action--cta:before { color: #132a42 !important; } body.view-list .header-nav-folder-content a { color: #132a42 !important; } body.view-list .shrink .burger { -webkit-filter: invert(100%); filter: invert(100%); } body.view-list .mega-menu-on .header-title-logo img { visibility: hidden; } body.view-list .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; } body.view-list .mega-menu-on .header-actions-action--cta:before { color: #132a42 !important; } </style>  
  4. Like
    IXStudio reacted to Ziggy in Reduce Height of Code Block   
    Add this code to Custom CSS, refresh the page, and then edit the size of the code block:
    html.squarespace-damask .sqs-blockStatus, .sqs-block .removed-script { display: none !important; }
  5. Like
    IXStudio got a reaction from BrandonK in Found injected code in footer and need help   
    Hi,
    It's from this website, Check it here: widget - userway

    Please use the like button if the answer helps you! 
    Best,
    Leopold
  6. Thanks
    IXStudio reacted to BrandonK in Found injected code in footer and need help   
    @IXStudioThank you!!!
     
  7. Thanks
    IXStudio reacted to elijaht in How can I style the navigation button like this?   
    That works great! Thanks
  8. Like
    IXStudio got a reaction from elijaht in How can I style the navigation button like this?   
    Hi,
    Use this code in Design -> Custom CSS
    .header .header-announcement-bar-wrapper { margin: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-left: 2vw !important; background: white; padding-bottom: 0 !important; }
    Please use the like button if it helps you! 👍
    Best,
    Leopold
  9. Like
    IXStudio got a reaction from LogikEvidence in Change the width that the portfolio image grid occupies on the page   
    Hi,
    Use this code in Design -> Custom CSS
    html>body.tweak-portfolio-grid-overlay-width-inset#collection-64ff2647c291d624b2896c8a .portfolio-grid-overlay { padding: 0 !important; } Please use the like button if it helps you!
    Best,
    Leopold
  10. Like
    IXStudio got a reaction from pdv2008 in Change the caption of the button.   
    Hi,
    Insert this code in your Footer Code Injection.
    <script> document.querySelector('#block-ddf6eeb937a4a332956a a.summary-read-more-link').innerText = 'Purchase'; </script>  
    Please use the like button if it helps you!
    Best,
    Leopold

  11. Thanks
    IXStudio reacted to pdv2008 in link doesn't work   
    thanks, this works too, but I used the answer from @Ziggy
  12. Like
    IXStudio got a reaction from pdv2008 in link doesn't work   
    Hi,
    Use this code in Design -> Custom CSS
    .header-display-desktop .header-title {z-index: 1;} .header-layout-nav-center .header-nav {z-index: 100;} Please use the like button if it helps you!
    Best,
    Leopold
  13. Like
    IXStudio reacted to tuanphan in [Share] Change Logo on One Page   
    Some custom code to change Header Logo to another logo on
    One Page Desktop - Mobile  Collection Page only (Blog/Product/Event) Cart Page Search Page 404 Page Before Scroll - After Scroll ... These code for 7.1. If you use 7.0, or the code doesn't work, just comment site url, we will check & give exact code.
    In the code, I used a random image on Pixabay, you can upload it & replace with your logo image url. #1. Change Logo on One Page
    Edit Page > Add a Code Block > Paste the code
    <style> header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } </style> #2. Change Logo on Desktop Only
    Insert code to Custom CSS
    @media screen and (min-width:768px) { header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } } #3. Change Logo on Mobile Only
    SS has an option to do this, so no need to use code

    #4. Change Logo Before Header Scroll
    Insert code to Custom CSS
    header#header:not(.shrink) img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #5. Change Logo on Scroll
    to Custom CSS
    header#header.shrink img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #6. Change Logo when Overlay Menu/Burger Menu is Open
    body.header--menu-open header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #7. Change Logo when Overlay Menu/Burger Menu is Close
    body:not(.header--menu-open) header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #8. Change Logo on Blog Page (List + Detail post)
    body[class*="type-blog"] header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #9. Change Logo on Blog List Page
    body[class*="type-blog"].view-list header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #10. Change Logo on All Blog Posts
    body[class*="type-blog"].view-item header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #11. Change Logo on Specific Blog Posts
    Edit that post > Add a Code Block > Use this code
    <style> header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } </style> #12. Change Logo on Shop/Category Page
    Insert to Custom CSS
    body[class*="type-products"] header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #13. Change Logo on Product Detail Page
    body[class*="type-products"].view-item header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #14. Change Logo on Some Specific Products
    First create a tag with name: clg
    Next, use CSS code
    .tag-clg header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } (clg means change logo :-D)
    #15. Change Logo on 1 Product
    Edit Product > Additional Info > Add a Code Block > Use code
    <style> header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } </style> #16. Change Logo on Event Page
    To Custom CSS
    body[class*="type-events"] header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #17. Change Logo on Event List Page
    To Custom CSS
    body[class*="type-events"].view-list header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #18. Change Logo on Event Detail Page
    To Custom CSS
    body[class*="type-events"].view-item header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #19. Change Logo on 1 Event
    Edit that Event > Add a Code Block in Event Description/Content > Paste this code
    <style> header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } </style> #20. Change Logo on Cart Page
    To Custom CSS
    body#cart header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #21. Change Logo on Search Page/Search Results Page
    Add to Settings > Developer Tools > Code Injection > Footer (or Website > Website Tools > Code Injection > Footer)
    <script> if (document.location.pathname.indexOf("/search") == 0) { document.querySelector('body').classList.add('t-search') } </script> <style> body.t-search header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } </style> #22. Change Logo on 404 Page
    body#not-found header#header img { content: url(https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-8177578_1280.jpg); } #23. Invert Logo Color
    Colored Logo to Black
    header#header img { filter: brightness(0) invert(0); } Colored Logo to White
    header#header img { filter: brightness(0) invert(1); } To apply to specific pages, you can add pre-fix, similar code in #1 to #20
    #24. Invert Black Logo to White (One Page)
    <style> header#header { filter: invert(1); -webkit-filter: invert(1); } </style> If you use Business Plan or higher, add it to Page Header Code Injection
    If you use Personal/Basic Plan, you can edit page > Add a Code Block (anywhere on page)
    #25. Invert White Logo to Black (One Page)
    Same code #24
  14. Like
    IXStudio reacted to Ziggy in link doesn't work   
    You've added this code to your website:
    .header-display-desktop .header-title {
        position: relative;
        right: -5vw;
    }
    This is causing the logo container to overlap the navigation and causing the first link not to be clickable. You want remove that code and to add the padding like this if you want to move the logo over by 5vw:
    .header-title-logo {
        padding-left: 5vw;
    }
  15. Like
    IXStudio got a reaction from studiojacandco in Center All Text on Mobile   
    Hi
    Use this code in Design -> Custom CSS
    @media screen and (max-width: 640px) { h1, h2, h3, p { text-align: center !important; } } Please use the like button if it helps you!
    Best,
    Leopold
  16. Like
    IXStudio got a reaction from sas47 in Changing header height   
    Hi
    Use this code in Design -> Custom CSS
    .tweak-fixed-header .header .header-announcement-bar-wrapper { padding-top: 0vw !important; padding-bottom: 0vw !important; } Please use the like button if it helps you!
    Best,
    Leopold
  17. Like
    IXStudio got a reaction from yungtier in How can I place a background image on my store page on 7.1   
    Hi,
    You can use SQSP section editor and in the second tab insert you custom background if you are using 7.1!
    Also this is your needs!
    Use this code in Design -> Custom CSS
    section[data-section-id="5f3a0d8062c23339b593353c"] .section-background { background: url('https://images.squarespace-cdn.com/content/v1/5f39dfc53a6be72f5bcec0f0/1599430910621-MMSYWOJEH3VCLMMRVQ59/ke17ZwdGBToddI8pDm48kPTrHXgsMrSIMwe6YW3w1AZ7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z4YTzHvnKhyp6Da-NYroOW3ZGjoBKy3azqku80C789l0k5fwC0WRNFJBIXiBeNI5fKTrY37saURwPBw8fO2esROAxn-RKSrlQamlL27g22X2A/cocina4.jpg?format=1000w'); background-size: cover; } Please use the like button if it helps you!
    Best,
    Leopold
  18. Like
    IXStudio got a reaction from ChristinaSimon in Changing header height   
    Hi
    Use this code in Design -> Custom CSS
    .tweak-fixed-header .header .header-announcement-bar-wrapper { padding-top: 0vw !important; padding-bottom: 0vw !important; } Please use the like button if it helps you!
    Best,
    Leopold
  19. Like
    IXStudio got a reaction from CazBot in Changing header height   
    Hi
    Use this code in Design -> Custom CSS
    .tweak-fixed-header .header .header-announcement-bar-wrapper { padding-top: 0vw !important; padding-bottom: 0vw !important; } Please use the like button if it helps you!
    Best,
    Leopold
  20. Like
    IXStudio got a reaction from CraigN in Changing header height   
    Hi
    Use this code in Design -> Custom CSS
    .tweak-fixed-header .header .header-announcement-bar-wrapper { padding-top: 0vw !important; padding-bottom: 0vw !important; } Please use the like button if it helps you!
    Best,
    Leopold
  21. Like
    IXStudio reacted to tuanphan in How to Insert banner image for individual blog entry 7.0   
    It is Blog Page Setting. Code at here, will run for every individual blog posts
  22. Like
    IXStudio reacted to brinkmedia in Ninja Kit Typewriter effect   
    @tuanphan@IXStudio

    Hi, I am facing the same issue with the much smaller font on mobile.
    Here's the link to the site: https://career-atlas.squarespace.com
    password: 1234ca
    A fix would be much appreciated. Thank you!
  23. Love
    IXStudio reacted to kmdesign in Ninja Kit Typewriter effect   
    Works like a charm - was also able to adjust line-height!
    You are the best!  Thank you so much!! 
  24. Love
    IXStudio reacted to tuanphan in Ninja Kit Typewriter effect   
    Add to Design > Custom CSS
    /* Ninja Typewriter on mobile */ @media screen and (max-width:767px) { div#ninja-elements * { font-size: 30px !important; } }  
  25. Like
    IXStudio got a reaction from ABG_Books in Changing header height   
    Hi
    Use this code in Design -> Custom CSS
    .tweak-fixed-header .header .header-announcement-bar-wrapper { padding-top: 0vw !important; padding-bottom: 0vw !important; } Please use the like button if it helps you!
    Best,
    Leopold
×
×
  • 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.