Jump to content

Shadmon

Circle Member
  • Posts

    220
  • Joined

  • Last visited

  • Days Won

    5

Reputation Activity

  1. Love
    Shadmon got a reaction from kot-imakeli3 in Reducing Header Logo and Overall Height by 30%   
    You can use this code to Website > Website Tools > Custom CSS

    .header-title-logo img {
        max-height: 86px;
    }

    Let me know if it works!

     
  2. Thanks
    Shadmon got a reaction from kot-imakeli3 in Need CSS to Reduce Slider Text   
    Here is the CSS code that will ensure your slider text is responsive on both desktop and mobile devices. You can add this code to Website > Website Tools > Custom CSS

    #home-hero-slideshow-banner .Index-gallery-item-content-heading {
        font-size: 3em;
        padding-bottom: 5rem;
    }
    @media screen and (max-width: 640px) {
    #home-hero-slideshow-banner .Index-gallery-item-content-heading {
        font-size: 2em;
    }
    #home-hero-slideshow-banner .Index-gallery-control {
        margin-top: -130px !important;
    }
    #home-hero-slideshow-banner {
        height: 45vh;
    }
    #home-hero-slideshow-banner .Index-gallery-item {
        height: 40vh !important;
    }
    }
  3. Like
    Shadmon got a reaction from kot-imakeli3 in How to create vertical timeline in Squarespace   
    Hey @GlynMusica I wanted to share that I’ve developed a Squarespace timeline plugin that might be of interest to you. Works on both versions (7.0 and 7.1)
    The plugin is built with the Squarespace editor, so there’s no need for custom code. It’s user-friendly and designed to integrate seamlessly with your Squarespace site.
    You can find the plugin here:

    Vertical Timeline
    https://squarestash.com/product/timeline-01/ and

    Alternative Vertical Timeline
    https://squarestash.com/product/timeline-02/
    I hope this plugin can be a valuable resource for those looking to add a timeline to their Squarespace site. Please feel free to reach out if you have any questions or need further assistance.

    Screenshot of Vertical Timeline:



    Screenshot of Alternative Vertical Timeline:


     
  4. Like
    Shadmon got a reaction from kot-imakeli3 in Keep user on same page when pressing action button in promo pop up   
    @popofglitter Please use this default URL for users to stay on the same page.
    /inquire Let me know if it works for you!
  5. Like
    Shadmon got a reaction from kot-imakeli3 in Change colour of selected buttons   
    Please add this CSS to your website: You can add this code to Website > Website Tools > Custom CSS

    .ProductItem-details .variant-radiobtn-wrapper input[type="radio"]:checked + label {
        color: #fff !important;
    }
    Let me know if it works!
  6. Like
    Shadmon got a reaction from tuanphan in I want to add two buttons in my navigation   
    Hi, You can check out this solution here:
    Let me know if it helps!
  7. Thanks
    Shadmon got a reaction from yasabu_jemi40 in Mobile Menu CSS Help   
    Sure, you can use the squaresapce icon. Just replace the value on this code :
    Here is the dropdown icon code:

    .Mobile-overlay-nav-item--folder::after {
        content: '\00BB';
    }

    Here is the before icon code:

    .Mobile-overlay-folder-item--toggle::before {
        content: '\00AB';
    }

  8. Like
    Shadmon got a reaction from yasabu_jemi40 in My site background image does not fit the mobile version.   
    Can you send me the URL of the website please, So that I can check.
    Thanks.
  9. Love
    Shadmon got a reaction from yasabu_jemi40 in How do I make my video full bleed without cropping the actual top of the video   
    Please add this CSS to your website: You can add this code to Website > Website Tools > Custom CSS

    [data-section-id="662c41b962de8c5dc3b3d279"] .section-background {
        width: 100%;
        left: 0 !important;
        bottom: 0 !important;
    }
    Let me know if it works!
  10. Like
    Shadmon got a reaction from yasabu_jemi40 in Blinking Homepage on Mobile Only   
    Nothing wrong with the code. Can you send the URL of your website so that I can check.
  11. Thanks
    Shadmon got a reaction from yasabu_jemi40 in Parallax Scroll BG   
    Sure, You can do that. Here is the updated code. Replace the data-section-id with yours. [data-section-id="123"]{ .section-background{ &::after { /*creating the element*/ content: ""; width:100%; height:100%; position: absolute; /*adding the image*/ background-image:url(image.jpeg); background-repeat:no-repeat; /*positioning the image*/ background-size:cover; background-position:center center; background-attachment: fixed; /*mobile*/ @media(max-width:787px){ background-position:center center; background-attachment: fixed !important; } } } }
  12. Love
    Shadmon got a reaction from zoga_sufefi3 in I want to add two buttons in my navigation   
    Hi, You can check out this solution here:
    Let me know if it helps!
  13. Thanks
    Shadmon got a reaction from zoga_sufefi3 in How do you Center-Align the Mobile Store Page Layout?   
    Hi, Sure you can do that. You can add this code to Website > Website Tools > Custom CSS

    @media only screen and (max-width: 767px) {
      .products .grid-item {
        width: 100% !important;
      }
    }

    Let me know if it works!
  14. Thanks
    Shadmon got a reaction from zoga_sufefi3 in h4 font styling css not working   
    Hi, You can use Dancing Script. You can add this code to Website > Website Tools > Custom CSS
     
    @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
    h4 {
      font-family: "Dancing Script", cursive;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }

     
  15. Like
    Shadmon got a reaction from zoga_sufefi3 in How to make an iFrame pop up when a button is clicked   
    Hi Tim, Maybe you need to consider implementing a lightbox feature for the iFrame pop-up. This would activate when users interact with the button.
  16. Like
    Shadmon got a reaction from zoga_sufefi3 in Header after   
    Hi, You can add this code to Website > Website Tools > Custom CSS

    @media (max-width: 600px) {
    .header .header-title--use-mobile-logo .header-mobile-logo img {
        max-height: 40px;
    }
    .header-announcement-bar-wrapper {
        padding-bottom: 5px !important;
        padding-top: 10px !important;
    }
    }

    Let me know if it helps!
  17. Love
    Shadmon got a reaction from sot-icatumyo94 in How to change the newsletter position in the mobile version   
    Please add this CSS code to your website; your popup will appear in the middle of the mobile screen. You can add this code to Website > Website Tools > Custom CSS

    @media (max-width: 600px) {
    .sqs-popup-overlay {
        top: 15% !important;
    }
    }
  18. Like
    Shadmon got a reaction from sot-icatumyo94 in Redirect to a page instead on promotional pop up   
    Hi @LucieGbt1993 You can add this code instead :

    // 2000 milliseconds = 2 seconds -> You can change the number to delay. For example: 5000 will be 5 seconds.
    <script>
    setTimeout(function() {
        window.location.href = "/your-url";
    }, 2000);
    </script>
     
  19. Thanks
    Shadmon got a reaction from sot-icatumyo94 in How do you Center-Align the Mobile Store Page Layout?   
    Hi, Sure you can do that. You can add this code to Website > Website Tools > Custom CSS

    @media only screen and (max-width: 767px) {
      .products .grid-item {
        width: 100% !important;
      }
    }

    Let me know if it works!
  20. Love
    Shadmon got a reaction from sot-icatumyo94 in Full width blog post image   
    Hi, Thank you for letting me know. Please update this CSS line only :

    #article- {
        padding-top: 0;
        margin-top: -80px;
    }

    Let me know if it works !
  21. Like
    Shadmon got a reaction from sot-icatumyo94 in Custom Hamburger - Change On Hover?   
    @FTWSGEM Hi, You can add this CSS code. Just add your image there and it will show on hover.

    .burger-inner:hover::after {
        background-image: url(add your image url here);
    }
    Let me know if it helps!
  22. Love
    Shadmon got a reaction from pab_ehayugi22 in Slide In Image Removes Scroll Bar - Help!   
    Hi @FTWSGEM
    The issue you're facing with the disappearing scrollbar stems from the overflow:hidden; rule applied to the body element within your CSS.
    So, Please remove this line from your CSS:

    body 
    {
      overflow:hidden;
    }
    It will fix your issue. Let me know if it works!
  23. Like
    Shadmon got a reaction from pab_ehayugi22 in Making Hamburger Menu Full Width on Mobile   
    Here is the CSS code you can use. Website > Website Tools > Custom CSS.

    #sidecarNav {
        width: 100%;
        z-index: 9;
    }

    Let me know if works for you!
  24. Like
    Shadmon got a reaction from pab_ehayugi22 in Applying Black Overlay to Homepage Banner Image   
    If you want to change the overlay color of the background image by CSS. Then here it is:

    [data-section-id="6545523923d13742e6e76fe4"] .section-background-overlay {
        background-color: #000;
    }

    But, I suggest you change the overlay color from (in Styles -> Color, and pick the relevant theme) as Ziggy mentioned.
    I hope it helps!
  25. Love
    Shadmon got a reaction from pab_ehayugi22 in Need Help Adjusting Video Banner Height for Mobile Viewing   
    For fixing the height of your homepage video banner on mobile. Please add this CSS code.
    Website > Website Tools > Custom CSS.
     
    @media (max-width: 640px) { #home-top { min-height: 30vh !important; } #home-top .sqs-block-spacer { display: none; } }  
    Let me know if it works!
     
×
×
  • 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.