|
Title: Deleted (spam): How to customize breadcrumb trail? Post by: Daniel Tulp on May 09, 2006, 04:24:56 am Guardian
Visitor 2006/03/21 03:56 I\'m wondering is there a way to remove or move the bread crumb trail that RSGallery2 (1.10.6) generates at the very top of the page. (That reads \"RSGallery > Gallery Title ... etc) I have been able to customize everything else except for that. The code it generates is: [code:1]<a href=\"index.php?option=com_rsgallery2\">RSGallery</a>[/code:1] So I\'m unable to style it either to fit the theme of the page. Is it possible to modify this in any way? Thanks ------------------------------------------------- jonah Admin upgrade to 1.10.7, and add this to either RSG2\'s stylesheet or your template stylesheet: [code:1]#rsg2-path{ visibility: hidden; }[/code:1] oh wait, there is no 1.10.7 yet. mmm, check back in a couple hours. -------------------------------------------------- crickett Visitor Where in the css do you put this code? [code:1] #rsg2-path{ visibility: hidden; }[/code:1] -------------------------------------------------- Daniel Moderator it shouldn\'t matter where, as long as there isn\'t a tag that overrules that one, or one with the same name RSgallery2 developement team www.danieltulp.nl -------------------------------------------------- Guardian Visitor Thanks so much. Love the new release. A lot more customizable. A lot of things I modified were made easier to change. |