Hello I want to add a thin/thicker frame around my collection photo images.
As in the picture:
Thank you ![]()
Hi @FashionDose , kindly share your store URL please.
Hello @FashionDose
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Hi @FashionDose ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
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 ![]()
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Thank you, the code works! ![]()
Is it possible for the title and price of the product to be included in the frame as well in the mobile version?
Hello @FashionDose
Go to online store ----> themes ----> actions ----> edit code---->assets---->styles.css
add this code at the end of the file.
.one-fourth.column.medium-down--one-half.small-down--one-half.thumbnail {
border: 0.1px solid #80808042;
}
resilt
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @FashionDose ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
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 ![]()
Thank you! This is exactly what I wanted to do, but why does the frame only appear on the home page? There is no product border on the collection page.
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @FashionDose , Pls try with this code:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
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 ![]()