Hot News Flash - read more links

  • Juststartingout
  • Topic Author
  • New Member
  • New Member
More
14 years 1 month ago #6396 by Juststartingout
Hot News Flash - read more links was created by Juststartingout
Hi,

Can you tell me how I can adjust the settings so that the "read more link text" can be different colour fonts for differnt photos. The black doesn't show up on some of my pictures, I need the text to be black on some photos and white on others. Is there a way to do this?

Thank you

Please Log in to join the conversation.

More
14 years 4 weeks ago #6407 by ivan.milic
Hi,

in index.php of template juste before </head> add this:

<style type="text/css">
.readon
{
color:#123456;
}
</style>

Please Log in to join the conversation.

  • Juststartingout
  • Topic Author
  • New Member
  • New Member
More
14 years 4 weeks ago #6425 by Juststartingout
Replied by Juststartingout on topic Re: Hot News Flash - read more links
Hi,

Thanks I have added that in, but the "read more text links" are still defaulting to black. How will I be able to make the colours of the text link text different for selected pictures given that there nowhere in the parameters to make a selection for the text colour for the text link font? Sorry a bit confused.

Thank you

Please Log in to join the conversation.

More
14 years 4 weeks ago #6428 by ivan.milic
Thats just defined in template. I expected that will work (if you put it where I told you - place of hight priority)

...
<HERE>
</head>
<body...

You can try to add !important flag to css property:

<style type="text/css">
.readon
{
color:Red!important;
}
</style>

Also if even that does not help and you know little PHP that is defined in
modules\mod_hot_newsflash\tmpl\default.php near the bottom.

Please Log in to join the conversation.

Time to create page: 0.150 seconds
Powered by Kunena Forum