Shopify themes, liquid, logos, and UX
Like this
Thanks in advance : )
Solved! Go to the solution
This is an accepted solution.
@NOT1, Can you kindly share the details of your problem with us? We will check it and suggest you a solution if possible.
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
@NOT1, Do you want like this?
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
@NOT1, Are you here?
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (max-width: 767px) {
.slider-mobile-gutter .multicolumn-list {
display: flex !important;
flex-wrap: wrap;
row-gap: 10px !important;
column-gap: 10px !important;
}
.multicolumn-list .multicolumn-list__item.grid__item {
max-width: calc(50% - 5px) !important;
}
.multicolumn-list .multicolumn-card__info {
width: 100% !important;
}
}
</style>
Hope this help you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
I wanted for this one not that like on one row I want to add 4 images like this
This is an accepted solution.
@NOT1, I think design it as multicolumn image for mobile only
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (max-width: 768px) {
#shopify-section-template--23255317348648__multirow_TfBf9H .image-with-text__text-item.grid__item {
top: 0 !important;
}
#shopify-section-template--23255317348648__multirow_TfBf9H .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
display: none !important;
}
}
@media only screen and (min-width: 769px) {
#shopify-section-template--23255317348648__multicolumn_F3QPBf .multicolumn {
display: none !important;
}
}
</style>
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </body> tag:
<script>
let image_lists = ["your_link_img", "your_link_img", "your_link_img"];
let image_with_text_list = document.querySelector('.section-template--23255317348648__multirow_TfBf9H-padding .image-with-text__media-item')
if(image_with_text_list) {
image_lists.forEach((element) => {
image_with_text_list.insertAdjacentHTML('beforeend', `<div class="image-with-text__media image-with-text__media--medium gradient color-scheme-1 global-media-settings media">
<img src="${element}" alt="">
</div>`)
})
}
</script>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (min-width: 768px) {
.multirow .image-with-text:not(.collapse-corners,.image-with-text--overlap) .image-with-text__media-item {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
z-index: 2;
}
.multirow .image-with-text__media.image-with-text__media--medium.gradient.global-media-settings.media {
width: calc(50% - 10px) !important;
height: 300px !important;
min-height: unset !important;
}
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </body> tag:
<script>
let link_images = ["link1", "link2", "link3", "link4"];
let multirow_images = document.querySelectorAll('.section-template--23255317348648__multirow_TfBf9H-padding .image-with-text__media-item .global-media-settings');
if(multirow_images.length > 0 && link_images.length > 0) {
for(let i = 0; i < link_images.length; i++) {
multirow_images[i].insertAdjacentHTML('beforeend', `<a href="${link_images[i]}"></a>`)
}
}
</script>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1, Replace old code to this new code:
<script>
let link_images = [
{
link: "link 1",
title: "test 1"
},
{
link: "link 2",
title: "test 2"
},
{
link: "link 3",
title: "test 3"
},
{
link: "link 4",
title: "test 4"
}
];
let multirow_images = document.querySelectorAll('.section-template--23255317348648__multirow_TfBf9H-padding .image-with-text__media-item .global-media-settings');
if(multirow_images.length > 0 && link_images.length > 0) {
for(let i = 0; i < link_images.length; i++) {
multirow_images[i].insertAdjacentHTML('beforeend', `<a class="link-image-multirow" href="${link_images[i].link}"><h3 class="title-image-multirow">${link_images[i].title}</h3></a>`)
}
}
</script>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
@NOT1, Do you want like this?
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css
Step 3: Insert this code:
h3.title-image-multirow {
position: absolute;
bottom: 0;
left: 10px;
color: #ffff;
}
Hope this can help you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css
Step 3: Insert this code:
a.link-image-multirow::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background-color: #00000029;
}
Here is result:
Hope this can help you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hello @NOT1
Can you please describe more about it that how it goes on desktop and how in medium screen ?
To achieve this, you need to make changes in code so that it shows in output.
If you are able to make code, then it will be fine otherwise you need to take help from an expert or experienced developer who can fix it...
For mobile I want like this
FOr desktop :
Is the tiles are separated or images in single frame ?
separated
This is an accepted solution.
@NOT1, Can you kindly share the details of your problem with us? We will check it and suggest you a solution if possible.
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Normally on my dawn theme its only 1 image per row but i want to add 4 images per row (Of Multirow section) like these images
This is an accepted solution.
@NOT1, Do you want like this?
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
@NOT1, It's like this but with 4 multicolunms above image
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
@BSSCommerce-HDL Are you there ? Can I provide you the website url which I want to make it like ? and my website collab code?
This is an accepted solution.
@NOT1, Are you here?
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Yes sorry I am here Yes i want like this
This is an accepted solution.
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (max-width: 767px) {
.slider-mobile-gutter .multicolumn-list {
display: flex !important;
flex-wrap: wrap;
row-gap: 10px !important;
column-gap: 10px !important;
}
.multicolumn-list .multicolumn-list__item.grid__item {
max-width: calc(50% - 5px) !important;
}
.multicolumn-list .multicolumn-card__info {
width: 100% !important;
}
}
</style>
Hope this help you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
I wanted for this one not that like on one row I want to add 4 images like this
This is an accepted solution.
@NOT1, I think design it as multicolumn image for mobile only
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
I didnt get it
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (max-width: 768px) {
#shopify-section-template--23255317348648__multirow_TfBf9H .image-with-text__text-item.grid__item {
top: 0 !important;
}
#shopify-section-template--23255317348648__multirow_TfBf9H .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
display: none !important;
}
}
@media only screen and (min-width: 769px) {
#shopify-section-template--23255317348648__multicolumn_F3QPBf .multicolumn {
display: none !important;
}
}
</style>
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
How can I add links??
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </body> tag:
<script>
let link_images = ["link1", "link2", "link3", "link4"];
let multirow_images = document.querySelectorAll('.section-template--23255317348648__multirow_TfBf9H-padding .image-with-text__media-item .global-media-settings');
if(multirow_images.length > 0 && link_images.length > 0) {
for(let i = 0; i < link_images.length; i++) {
multirow_images[i].insertAdjacentHTML('beforeend', `<a href="${link_images[i]}"></a>`)
}
}
</script>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
How can i add text in image?
This is an accepted solution.
Hi @NOT1, Replace old code to this new code:
<script>
let link_images = [
{
link: "link 1",
title: "test 1"
},
{
link: "link 2",
title: "test 2"
},
{
link: "link 3",
title: "test 3"
},
{
link: "link 4",
title: "test 4"
}
];
let multirow_images = document.querySelectorAll('.section-template--23255317348648__multirow_TfBf9H-padding .image-with-text__media-item .global-media-settings');
if(multirow_images.length > 0 && link_images.length > 0) {
for(let i = 0; i < link_images.length; i++) {
multirow_images[i].insertAdjacentHTML('beforeend', `<a class="link-image-multirow" href="${link_images[i].link}"><h3 class="title-image-multirow">${link_images[i].title}</h3></a>`)
}
}
</script>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
How can i make the text white
This is an accepted solution.
@NOT1, Do you want like this?
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css
Step 3: Insert this code:
h3.title-image-multirow {
position: absolute;
bottom: 0;
left: 10px;
color: #ffff;
}
Hope this can help you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Edit text. Like it gets mixed with the pic color
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css
Step 3: Insert this code:
a.link-image-multirow::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background-color: #00000029;
}
Here is result:
Hope this can help you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </body> tag:
<script>
let image_lists = ["your_link_img", "your_link_img", "your_link_img"];
let image_with_text_list = document.querySelector('.section-template--23255317348648__multirow_TfBf9H-padding .image-with-text__media-item')
if(image_with_text_list) {
image_lists.forEach((element) => {
image_with_text_list.insertAdjacentHTML('beforeend', `<div class="image-with-text__media image-with-text__media--medium gradient color-scheme-1 global-media-settings media">
<img src="${element}" alt="">
</div>`)
})
}
</script>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @NOT1,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (min-width: 768px) {
.multirow .image-with-text:not(.collapse-corners,.image-with-text--overlap) .image-with-text__media-item {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
z-index: 2;
}
.multirow .image-with-text__media.image-with-text__media--medium.gradient.global-media-settings.media {
width: calc(50% - 10px) !important;
height: 300px !important;
min-height: unset !important;
}
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025