module to use css styles in prestashop

Do you have css editor? I mean a module that can override css code and to make design changes on my shop. 



Hello,

in this case you can use any kind of module that allows to use custom contents on your website.

for example free "content box" or our free "html box". In both modules you can create css styles that will override your existing styles.


For example, let's say that you want to change background color of website to red color with usage of "body" html object.

The code to use is:

<style>

body {

background:red!important;
}
</style>


and this is how to use our free html box pro module to achieve these styles:

https://drive.google.com/file/d/1GAWgraF4g20UqGPNeJlWDZsSnr4cDI8Z/view?usp=drivesdk  

module to use css styles in prestashop module to use css styles in prestashop Reviewed by VEKIA on Monday, October 26, 2020 Rating: 5

No comments