RSGallery2 Support Forums

RSgallery2 support forums => Display and Templates => Topic started by: devilman on April 14, 2006, 08:29:37 pm



Title: Breadcrumbs not showing correctly
Post by: devilman on April 14, 2006, 08:29:37 pm
I\'m rather new to Joomla after being a Nuke user for a while and RSGallery seems to be the best of the gallery add-ons but I\'m having a bit of a problem.

If you check this page (http://www.consolemad.co.uk/shop/component/option,com_rsgallery2/catid,2/) you\'ll see that the breadcrumbs are showing white on white.  If you roll over them, they show up and stay on but obviously that\'s not ideal!  I assume there\'s something I can add to the css file to make them show properly but I know nothing about CSS I\'m afraid!

Any idea?

Keep up the good work!


Title: Re:Breadcrumbs not showing correctly
Post by: Jonah on April 15, 2006, 02:11:42 pm
wow.  that\'s quite strange.  the color is not set at all in the RSG2 css for any of the text.  it\'s most likely something strange in your template css, or some module JS, or IE wierdness.

you could try setting the color of the text in css:

[code:1]#rsg2-path a{
    color: foo;
}[/code:1]


Title: Re:Breadcrumbs not showing correctly
Post by: Devilman on April 17, 2006, 07:15:39 pm
Thanks for the swift reply!  Looks like it was the template I was using.  I was having other issues, particularly with Firefox so I switched to another template and that\'s cured the problem.. thanks. :)