Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lytrotis Friend
    #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.


    1. Picture-4
    Sherlock Friend
    #253186

    Hi 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;
    }

    lytrotis Friend
    #253242

    That 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…

    http://63.247.95.66/~dmgatlan/

    lytrotis Friend
    #253298

    I 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 Friend
    #253344

    Great ! lytrotis.

Viewing 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