No content to show
User Activity
02-16-2025
Hello @muhasan Thank you for sharing your store URL. You can add below CSS under the THeme settings -> Custom CSS and try that.Go to the online store -> Theme Customize -> Theme settings -> Custom CSSScreenshot: https://prnt.sc/F0tSqBmCUaKe h3 {
bor...
02-16-2025
@muhasan There needs to be add some custom CSS to remove that.If possible please share your store URL. If your store is password protected then share the password with it so I can check and help you with it.
02-16-2025
@undercoverfresh You can add below CSS under the THeme settings -> Custom CSS and try that.Go to the online store -> Theme Customize -> Theme settings -> Custom CSSScreenshot: https://prnt.sc/F0tSqBmCUaKe .product__info-container .product-popup-moda...
@MSEVENSRL You can add below CSS under the THeme settings -> Custom CSS and try that.Go to the online store -> Theme Customize -> Theme settings -> Custom CSSScreenshot: https://prnt.sc/F0tSqBmCUaKe .shopify-section-header-sticky {
position: fixed;...
@studioseductres Try this. https://community.shopify.com/c/shopify-design/remove-padding-from-product-collection-and-make-images-bigger/m-p/2945748/highlight/true#M772464
@studioseductres If you want the space on left and right then we have to update whole grid structure of the Dawn theme.You can try below CSS at the same place but make sure don't use 105% CSS it should be 100%. @media screen and (min-width: 750px) {
...
Hello @studioseductres You can add a custom CSS to reduce that space. Go to the Online store -> Click on the customize button and click on the settings -> Find custom CSS settingshttps://prnt.sc/u86igfx8RO-8 .card__inner.color-accent-2.gradient.rati...
02-07-2025
@DasPod If you want all your text in the capital letter then use below CSS.body {
text-transform: uppercase;
}You can go to the Online store -> Click on the Customize button -> Click on the theme Settings -> Use Custom CSS option and add the above C...
As I can see new version of the Dawn 15.2.0 theme there is a cart drawer which is open inside the cart page as well.https://prnt.sc/R8cexJcLbNKQ And If I set the condition to not load the cart drawer code in the cart page like https://prnt.sc/y4qJ0eS...
@ellacoker You can replace that CSS with this new to make the image edge to edge. .full-width .image-with-text__grid {
max-width: 98.5%;
margin: 0 auto;
margin-left: 0;
}
.full-width .image-with-text__grid.image-with-text__grid--reverse {
margin...
@ellacoker You can add this CSS inside your base.css file.go to the online store -> Action button(three dots) -> Edit CodeFine the base.css and you can add this css just end of the file..full-width .image-with-text__grid {
max-width: 95%;
margin: ...
02-05-2025
You can add that CSS inside your base.css file. Go to the online store -> Click on action (three dot) -> Edit codeFine the file base.css add the same CSS which is mentioned in my previous comment at the end of the file and save that file.
02-05-2025
@VB123456 Okay so do you want to apply the discount only on series of 10 QTY of the collection?Like 10+10+10 then it apply the discount 50% or sell product on £1 for that collection.and if I purchase 15 QTY then 10 will be with £1 and rest 5 QTY wit...
02-05-2025
@silenceclothing You can add this CSS in your customize theme -> theme settings -> Custom theme https://prnt.sc/aoWxHYbNmUzL #ContactForm .button {
background: transparent;
border: 1px solid #fff;
color: #fff;
}After adding this CSS the result wil...
@ReluVOF As I can see after adding the CSS in my browser with your store it is look like this to me.https://prnt.sc/qz5OOA9yDjPs May I know where you add that CSS?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
254 | 02-16-2025 08:38 AM | |
132 | 02-16-2025 07:31 AM | |
127 | 02-07-2025 04:37 AM | |
215 | 02-05-2025 06:06 AM | |
135 | 01-31-2025 09:22 AM |