Jump to content

aelfgifu944

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    aelfgifu944 got a reaction from Caroline_Smith in Help with Code to undo forced mobile menu in Desktop   
    Ah, thank you so much!! That worked perfectly. 🙂 I really appreciate the assistance, I've been trying to figure this out for days!
  2. Thanks
    aelfgifu944 reacted to Caroline_Smith in Help with Code to undo forced mobile menu in Desktop   
    Try this code and see if it works. I removed the CSS rule that hides the header action buttons, which includes the shopping cart.
    // Move Over Button // .sqs-block-button .sqs-block-button-element--medium { -webkit-transition: ease-in-out 0.5s !important; -moz-transition: ease-in-out 0.5s !important; -ms-transition: ease-in-out 0.5s !important; -o-transition: ease-in-out 0.5s !important; transition: ease-in-out 0.5s !important; } .sqs-block-button .sqs-block-button-element--medium:hover { margin-left: 50px; -webkit-transition: ease-in-out 0.5s !important; -moz-transition: ease-in-out 0.5s !important; -ms-transition: ease-in-out 0.5s !important; -o-transition: ease-in-out 0.5s !important; transition: ease-in-out 0.5s !important; } // Move Over Button // .sqs-block-button .sqs-block-button-element--medium { -webkit-transition: ease-in-out 0.5s !important; -moz-transition: ease-in-out 0.5s !important; -ms-transition: ease-in-out 0.5s !important; -o-transition: ease-in-out 0.5s !important; transition: ease-in-out 0.5s !important; } .sqs-block-button .sqs-block-button-element--medium:hover { margin-left: 50px; -webkit-transition: ease-in-out 0.5s !important; -moz-transition: ease-in-out 0.5s !important; -ms-transition: ease-in-out 0.5s !important; -o-transition: ease-in-out 0.5s !important; transition: ease-in-out 0.5s !important; } // Move Over Hyperlinks // p a { -webkit-transition: ease-in-out 0.5s !important; -moz-transition: ease-in-out 0.5s !important; -ms-transition: ease-in-out 0.5s !important; -o-transition: ease-in-out 0.5s !important; transition: ease-in-out 0.5s !important; } p a:hover { margin-left: 20px; -webkit-transition: ease-in-out 0.5s !important; -moz-transition: ease-in-out 0.5s !important; -ms-transition: ease-in-out 0.5s !important; -o-transition: ease-in-out 0.5s !important; transition: ease-in-out 0.5s !important; } // Remove Hyphens // p, h1, h2, h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; } /* Medium Button Styling */ .sqs-block-button-element--medium { width: 70% !important; } /* Read More Blog Link */ .blog-more-link { padding: 20px 20px; background: #b0824d; /*background color */ color: white !important; /*font color*/ } .blog-more-link:hover{ background: #b99973; /*background colour on hover */ } .blog-more-link:after { content: b0824d !important; } /***********************/ /* Testimonials Slider */ /***********************/ #block-yui_3_17_2_1_1635624735293_33184 .summary-thumbnail { overflow: visible !important; border: none; } #block-yui_3_17_2_1_1635624735293_33184 .summary-item-list { pointer-events: none; } #block-yui_3_17_2_1_1635624735293_33184 .summary-thumbnail-outer-container { height: 150px !important; width: 150px !important; margin: 0 auto; } #block-yui_3_17_2_1_1635624735293_33184 .summary-title { margin-top: 30px !important; font-size: 1rem !important; font-family: poppins; text-align: center !important; pointer-events: none; } #block-yui_3_17_2_1_1635624735293_33184 .summary-excerpt { margin-top: 30px !important; } #block-yui_3_17_2_1_1635624735293_33184 .summary-excerpt p { font-size: 24px !important; line-height: 1.6em !important; text-align: center !important; } #block-yui_3_17_2_1_1635624735293_33184 .sqs-gallery-design-carousel .sqs-gallery-controls .next:before { color: #A36830 !important; font-weight: 700 !important; font-size: 1.5rem !important; } #block-yui_3_17_2_1_1635624735293_33184 .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before { font-weight: 700 !important; font-size: 1.5rem !important; } #block-yui_3_17_2_1_1635624735293_33184 .sqs-gallery-design-carousel .sqs-gallery-controls { width: 100%; padding-right: 30px; } /* Testimonials Slider */ /***********************/ #block-c1452639f1ecbd178bd5 .summary-thumbnail { overflow: visible !important; border: none; } #block-c1452639f1ecbd178bd5 .summary-item-list { pointer-events: none; } #block-c1452639f1ecbd178bd5 .summary-thumbnail-outer-container { height: 150px !important; width: 150px !important; margin: 0 auto; } #block-c1452639f1ecbd178bd5 .summary-title { margin-top: 30px !important; font-size: 1rem !important; font-family: poppins; text-align: center !important; pointer-events: none; } #block-c1452639f1ecbd178bd5 .summary-excerpt { margin-top: 30px !important; } #block-c1452639f1ecbd178bd5 .summary-excerpt p { font-size: 24px !important; line-height: 1.6em !important; text-align: center !important; } #block-c1452639f1ecbd178bd5 .sqs-gallery-design-carousel .sqs-gallery-controls .next:before { color: #A36830 !important; font-weight: 700 !important; font-size: 1.5rem !important; } #block-c1452639f1ecbd178bd5 .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before { font-weight: 700 !important; font-size: 1.5rem !important; } #block-c1452639f1ecbd178bd5 .sqs-gallery-design-carousel .sqs-gallery-controls { width: 100%; padding-right: 30px; } // Solid Underline Form // .field-list .field-element{ border-color: #cdd4cc !important; border-bottom: solid 1px #a36830 !important; border-left: none !important; border-right: none !important; border-top: none !important; background-color: #ffffff !important; } .field-list select:focus{ outline-color: #cdd4cc !important; } .field-list .section{ border-color: #cdd4cc !important; } /* 768 for tablet - desktop - 992 for desktop */ @media screen and (min-width:768px) { /* hide navigation */ .header-nav { display: none; } /* show burger */ .header-burger { display: flex; margin-left: 20px; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } @font-face { font-family: 'script'; src: url('https://static1.squarespace.com/static/61a48696766fd36658dc8003/t/61aba729d189d475b3cd7db2/1638639402020/Reman.ttf'); } h4 {font-family: 'script';} // 3 Images Per Row On Mobile - 7.1 Version // @media only screen and (max-width: 640px) { .sqs-layout .sqs-gallery-design-grid-slide { width: 33.3% !important; } }  
×
×
  • 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.