How can I enable borders on my product list with Fastor v5.2 skin03?

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

1 Like

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:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

Thank you for your reply and How can I word wrap product title across pages and collections ?

Hello @nveda

I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. 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.

1 Like