Author Topic: Use of AJAX Scroller  (Read 660 times)

claudiotegazzini

  • Newbie
  • *
  • Posts: 1
    • View Profile
Use of AJAX Scroller
« on: 16 July 2010, 19:11 »
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

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Use of AJAX Scroller
« Reply #1 on: 16 July 2010, 22:34 »
Hello,

In module CSS (if you use individual styling) use:

Code: [Select]
#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 <br />.