Jump to content

how to add a custom css in cms page


fatheeym

Recommended Posts

hello every one

i want to add a landing page in cms pages system via prestashop

i want to create page like this one

https://www.snapdeal.com/offers/getsnapdealapp

i see that this module offer such thing

http://addons.prestashop.com/en/page-customization/19835-advanced-cms-contenmaker-for-landing-pages.html

but this module is very expensive

so is there any another way to create page like i've shared ?

Link to comment
Share on other sites

i've tried the module but if i but even a simple code like

<html>
<head>
<style>
h1 {color:red;}
p {color:blue;}
</style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html> 

the tinymce when i click save remove automatically <style> Tag :/

but this module is the most better module for tinymce 

thank you

Link to comment
Share on other sites

i've tried the module but if i but even a simple code like

<html>
<head>
<style>
h1 {color:red;}
p {color:blue;}
</style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html> 

the tinymce when i click save remove automatically <style> Tag :/

but this module is the most better module for tinymce 

thank you

 

you need to use better one that does not remove <style> tags and parse code properly.

My modification (free) does it properly: extended rich text editor 

Link to comment
Share on other sites

  • 4 months later...

Hi, what is the correct way to add a custom css that I created in the header.tpl?

 

I have tried this option but doesn´t work

<link href="{$css_dir}personal-style.css" rel="stylesheet" type="text/css" media="screen" />

Thank you for your help

 

Regards

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...