How to add css styles to prestashop with html module?

Bonjour, je suis intéressé par votre module HTML Box Pro. J'ai déjà installé la version d'essai, mais je souhaiterais faire usage de code CSS. Comment puis-je utiliser le CSS dans la version payante? Cordialement, Florian


Add css styles with html box module

Hello
welcome after weekend.
you can use css styles in both free and paid version

let's say, that you need to use a CSS code like:
.someClass{  color: red; font-size:20px;
} #someId { dispaly:block; clear:both;
font-size:40px;
text-align:center; }

all you have to do is:
  1. go to shop preferences > general and disable option "html purifier"
  2. open html box (pro / free) configuration page
  3. in the editor select tool named "source code": https://i.imgur.com/0smHJ26.png 
  4. paste your css code into the popup with 'source code' editor: https://i.imgur.com/Ft4LEzo.png (at the begining of the code add <style> and at the end add </style>)
  5. save 'source code' editor
  6. save contents of html box module

these steps are applicable both to free version, and to paid version as well.
When you want to add css styles - the best position is "header".

best regards,
milos
How to add css styles to prestashop with html module? How to add css styles to prestashop with html module? Reviewed by VEKIA on Monday, January 28, 2019 Rating: 5

No comments