V1.6 How add links to your header section

jaime042

New member
XNullUser
Joined
Sep 26, 2021
Messages
20
Reaction score
6
Points
3
NullCash
21
HI this is my firt post !!
In this guide i want to show you how easily you can add links to your header section in shop based on PrestaShop 1.6 engine. This guide is based on default-bootstrap template, but the way to add links is the same in any other templates. In this tutorial I use free module to sent css it allows to add any content you want to your website.

add this code in to the head

<a href="http://mypresta.eu" style="display: inline-block; float: right; color: white; font-weight: bold; padding: 8px 10px 11px 10px; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); cursor: pointer; line-height: 18px;">My PrestaShop website</a>



change the url and use the kogi all ith posible !!
 
Top