![]() |
Turn ON newsletter
This may sound dumb, but how do I turn ON the newsletter module.
I've checked everywhere and it looks like it's turned on, but I can't figure out why it doesn't show up. Any ideas? Here's the test site: http://outside.on.ca/store/home.php |
Put some content in the news module and it should show up. Management/News Management :)
|
Thanks that worked.
|
Any idea where to change the colour of the text: 'Your email'?
I couldn't swee it in the css file. |
In news.tpl, look for this:
Code:
{$lng.lbl_your_email} Add a span tag around it and assign a class. Right now, it is showing up in the default font. |
Forgive my ignorance, but I'm not sure I know how to do that. :?
|
No problem :) Replace this:
Code:
{$lng.lbl_your_email} With this: Code:
<span class="classname">{$lng.lbl_your_email}</span> where classname is the name of the style from skin1.css or a new style you create. |
Looks good. Thank you again. :)
|
All times are GMT -8. The time now is 04:55 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.