-
AuthorPosts
-
June 12, 2008 at 4:58 am #129599
Any advice on how to remove the symbol and especially the site name from next to the breadcrumb at the bottom of the page?
Thanks.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 12, 2008 at 7:06 am #253186Hi lytrotis !
You open template.css file in templates/ja_iolite/css folder find following code section at about line 784:
#ja-pathway strong {
background:#E7E6DF url(../images/symbol.gif) no-repeat scroll 2px center;
margin-right:5px;
padding:5px 5px 5px 31px;
text-transform:uppercase;
}
change to :
#ja-pathway strong {
margin-right:5px;
padding:5px 5px 5px 31px;
text-transform:uppercase;
}
1 user says Thank You to Sherlock for this useful post
June 12, 2008 at 11:57 am #253242That worked for everything except removing the Site Name. Any suggestions on how to change and/or delete the site name?
Here’s where I am at so far…
June 12, 2008 at 5:41 pm #253298I just figured it out!
It’s not in the template.css, it’s in the HTML. I needed to edit the template HTML and change:
[PHP]<div id=”ja-pathway”><strong><?php echo $siteName; ?></strong> <jdoc:include type=”module” name=”breadcrumbs” />[/PHP]
to:
[PHP]<div id=”ja-pathway”>
<jdoc:include type=”module” name=”breadcrumbs” />[/PHP]
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 13, 2008 at 1:40 am #253344Great ! lytrotis.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Sherlock 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove symbol and site name next to breadcrumb?
Viewing 5 posts - 1 through 5 (of 5 total)