Left Right Arrow for next product on products

Please Inform how to add

Left Right Arrow for next product on products page

Website : www.pakistanpowertool.com

Theme : Dawn

Website : www.pakistanpowertool.com

Theme Dawn

1 Like

@Pakistanpowerto

You can do that by adding following

{% if collection.previous_product %}
  {{ 'Previous' | link_to: collection.previous_product.url, 'Previous product' }}
{% endif %}

{% if collection.next_product %}
  {{ 'Next' | link_to: collection.next_product.url, 'Next product' }}
{% endif %}

sir where in css theme code should i add this , i am new to CSS

Theme : Dawn

1 Like

@Pakistanpowerto

no its not a css code

can you please add this code main product section

Dear Mr.Kumar ,

Can you share me a screen shot where on product page , should i add this code.

I tired to add , but no arrow came , just all written words come on live site