Our store link is: https://nvedain.myshopify.com/ and we are using Fastor_v5.2_skin03, need guidance to enable borders around products list on home page.
Hi @nveda ,
This is Victor from PageFly - Shopify Page Builder App
Please help me by adding this custom code to your theme.liquid file
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: Click on theme.liquid and paste the code above the
For a black border like this
Or this code
Hope this can help you solve the issue
Best regards,
Victor | PageFly
Hello @nveda ,
It’s GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello @nveda
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- Paste the below code before :
<style>
.product-name {
white-space: inherit !important;
word-wrap: break-word !important;
}
</style>
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.



