No content to show
User Activity
01-13-2023
Hi, @Katie_Demicelli Yes, it is possible, but you would need to change the template files and move button to the bottom of the section.
Sorry, @MrKingstone .My mistake, yes in Base.css pase the following to get the exact same style:/** This is just to adjust the width of your navigation container **/
.nav-container-menu {
flex: 0 0 70%;
}
/** Color of background header bar **/
....
Hi, @carladiazcolor It looks like is coming from the template itself, have you made changes to the template file?
Hi, @MrKingstone . Hope everything is well!/** This is just to adjust the width of your navigation container **/
.nav-container-menu {
flex: 0 0 70%;
}
/** Color of background header bar **/
.site-header {
background: #004C3F !important;
}
...
Hi, @carladiazcolor . Please share your web url to take a proper look.Thanks, have a nice day!
01-12-2023
Hi, @flaquitqm. You could achieve that using the AJAX Api for the cart. https://shopify.dev/api/ajax/reference/cart
01-12-2023
Hi, @Katie_Demicelli You would need to add the following code to your style file: .featured-products .small--text-center {
font-size: 35px;
text-align: center;
} To add this to your style file1. Go to Online Store -> Theme -> Edit code2. Asse...
@pman1 Paste the following:.shopify-payment-button div {
height: auto;
}
.shopify-payment-button {
margin-left: 0 !important;
margin-top: 10px;
max-width: 100% !important;
}
.purchase-details__spb--true {
flex-direction: colum...
Hi, @pman1. For this you need to make some changes in your style.css theme file and paste the following:You have two visual options here:For this one you can paste the following code:.shopify-payment-button div {
height: auto;
} Or for this on...
01-12-2023
Hi, @Katie_Demicelli.Hope everything is well!Could you please share your web url? In that way i can share the specific solution for your theme. Thanks, have a nice day:)
Hi, @shahrukhAhmed You can only set them to false or null from the cart API
Hi, @CWv1988 I was taking a look and what can i see is that the JS is being loaded to slow and that prevents the proper functionality of the menu sidebar. The solution here is optimize the load of the JS and also extract the code for the menu to be a...
09-25-2022
Hi, @Wagnered . Yes, this can be done with some custom code. Duplicating the slider, one for mobile and one for pc and with CSS hide accordenly
Hi, @RobMoore007 Here is the code.1. Go to Online Store -> Theme -> Edit code2. Asset -> /style.css -> paste below code at the bottom of the file. .index .icon-with-text-column__column {
display: grid;
grid-template-columns: 50px 1fr;
al...
09-25-2022
Hi, @Adrian2610 You can add custom HTML on the footer.liquid template. I could help you further if you share your store URL and the name of the theme you are using
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
793 | 01-12-2023 01:40 PM | |
1273 | 01-12-2023 01:34 PM | |
351 | 07-26-2022 09:33 PM | |
1071 | 07-24-2022 01:18 AM | |
370 | 07-22-2022 02:44 PM |