| Author |
Message |
ahernando
Joined: 07 Dec 2006 Posts: 1
|
Posted: 07 Dec 2006 - 1:24 pm Post subject:
Problem with css in tt_news
|
|
|
Hi friends, this is my first post in board. I'm using tt_news extension. All ok, but if I modify tt_news_styles.css or tt_news_v2_styles.css with another colors, for example, when I visualize the page, I can't see anything of my changes.
Can us help me please??
Thanks. |
|
|
Back to top
|
|
|
Pasci
Joined: 31 May 2006 Posts: 3
|
Posted: 13 Jan 2007 - 5:59 am Post subject:
|
|
|
Hi ahernando,
I had the same problem yesterday, and figured it out.
In order to implement your own css code in tt_news, all you have to do is to make an include in your main.css file ie:
@import url(modifications/tt_news.css);
make sure you set the correct path to your css file. this should work  |
|
|
Back to top
|
|
|
|