Jump to content

Add custom CSS to an individual page


Recommended Posts

Hi,

Is there any free option to add custom CSS styling to a particular page on Prestashop? I have recently gone through a tutorial that showed me how to update the TinyMCE editor for editing pages so that it would not scrub away any custom JavaScript / CSS. I am now able to add JS code to my pages and inline custom styles e.g. <p style="color:red;"> but I am not able to add <style> tags - so if I add

<style>

p { color: red; }

</style>

As an example - into TinyMCE - then it is removed. I was wondering what anyone here would recommend for me to do to add some custom CSS inside <style> tags to an individual page (or perhaps - if easier - how I can add some CSS that would be applicable to all the pages if that makes it easier).

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...