Use of AJAX Scroller
- claudiotegazzini
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 9 months ago #5558
by claudiotegazzini
I use your module with a tempplate.css in which link are grey withouth background image. The background of module is red. I can't change template anf background image. The title and the link readmore are grey (#999999) on red background. How I can change your module to have, for example, white title and link or set a background image to theese links?
(I tried to load an image but I have an error and msg was not saved)
To format text in module as article I don't have to use <p> but <br/>. It's true?)
Thanks. Claudio
(I tried to load an image but I have an error and msg was not saved)
To format text in module as article I don't have to use <p> but <br/>. It's true?)
Thanks. Claudio
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
14 years 9 months ago #5559
by Saka
Emir Sakic
www.sakic.net
Hello,
In module CSS (if you use individual styling) use:
where ID is the module id.
You can use <p> too if you set it not to strip HTML tags and you don't limit characters. If you have "Max chars" other than 0 use
.
In module CSS (if you use individual styling) use:
#ajaxscrlID .title, #ajaxscrlID a {
color: white;
}
where ID is the module id.
You can use <p> too if you set it not to strip HTML tags and you don't limit characters. If you have "Max chars" other than 0 use
.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.