Welcome, Guest
Username Password: Remember me

CSS class for the module
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: CSS class for the module

CSS class for the module 3 years, 2 months ago #11312

Hi,
First a big thank for this very usefull module. Works perfectly!
I just have one issue : I'd like to have the "read more" link to have the css class "readon".
I have made several trials to insert this class (or with the "style" tag) in the code, but I can't get it work properly (I am not a developer!).
Help would be welcomed!!
Thanks. Bye

Re:CSS class for the module 3 years, 2 months ago #11314

Hi prope,

You can find the link in the line 320 (in mod_kukena_latest.php):
return '<a href="'.$url.'#'.$post->id.'">'.$text.'</a>';

Specifically, the link is:
'.$url.'#'.$post->id.'


If you want to add a new style:
return '<a class="readon" href="'.$url.'#'.$post->id.'">'.$text.'</a>';
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148
Last Edit: 3 years, 2 months ago by JoniJnm.

Re:CSS class for the module 3 years, 2 months ago #11318

Thanks for your fast answer!
Muchos gracias.
Bye
  • Page:
  • 1
Time to create page: 0.69 seconds