No content to show
User Activity
If you add the code before the submit button, it will fit your need. Note: It should be placed before the submit button to work the marketing acceptance. Hope it helps.
@Chicha7272 Hi,You can change the text by following the steps below. Go to Online Store > Themes > ... (Three dots next to Customize button) > Edit default theme content Search "Thanks for subscribing"When the Newsletter > Success window shows, cha...
Hi,If the css style tags are not working, you may apply the style tag directly in the email content. For the background color, you can add the style tag in the first table to make the whole page background change. The results of the changes in the p...
10-25-2023
@jakegrieveson Hi,Don't mess up your code.1. Please go to Online store > Customize > From top center "Homepage" > dropdown menu to Products > Click and select "Default product"2. From the left menu, click "Product information"3. Scroll down to bottom...
@Karlis Hi,Please follow the steps below to make the "Sale" menu item in red.1. Go to online store > ... (next to customize) > Edit code 2. In code editor, please go to Snippets > open "header-dropdown-menu.liquid" file3. Please find the code below i...
07-27-2023
Hi,You need to modify another liquid file. It could be cart-drawer, cart-popup, or cart-side. Please find the file for your cart popup and add the code.
04-04-2023
Open footer.liquid file and replace line 57 to 59 with the code above. <input type="hidden" name="contact[tags]" value="newsletter">
<input type="email" name="contact[email]" class="Form__Input" aria-label="{{ '...
04-04-2023
@admintb Hi,To change the newsletter form for Prestige theme, please follow the steps below. 1. Go to Edit code > Sections > Open newsletter.liquid file.2. Go to line 51 and find the code below. (from line 51 to line 55) <div class="Newsle...
04-01-2023
Hi,Someone added the style code (CSS code) without a style tag (<style></style>) at the bottom of the template file. It could be causing the problem. You have to remove from the theme.liquid and move them to assets > theme.scss.css file.Hope it help...
@erikapruett Hi,When you make the custom.css file, make the file name to custom.css.liquid to let the code below working. .full-color {
background-color: {{ settings.colors_background_2 }} !important;
} Don't forget to add tag{{ 'custom.css' | a...
03-17-2023
You can make the title smaller or make the width wider.If you make the width wider, it will affect other sections' width.However, if you still want to make it wide, please add the code below to theme.css file. .module-inner {
max-width: 1120px !imp...
03-17-2023
@POLOCUELO Hi,To disable the zoom animation, please go to Assets > theme.css file and add the code below..fade-in-image-zoom .background-size-cover.lazyloaded {
transform: none !important;
} Hope it helps.
03-17-2023
@DoorHouse Hi,To increase the width of Richtext, please go to Edit code > Assets > theme.css file and add the code below. .home-text-feature .feature-title, .home-text-content > p {
max-width: 100% !important;
} If you want to change the title on...
03-17-2023
@User27272727272 Hi,Do you want to remove all padding & margin around them as below? If you want to make them as above, please go to Assets > theme.css file and add the code below.@media screen and (min-width: 641px) {
.CollectionList--spaced {
...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1665 | 11-22-2023 01:42 PM | |
1381 | 04-04-2023 12:43 PM | |
484 | 03-17-2023 10:16 PM | |
925 | 03-17-2023 09:46 PM | |
996 | 03-17-2023 10:27 AM |