test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • asturcat Friend
    #148832

    Hi!
    I changed the color of the links on the articles:
    http://www.joomlart.com/forums/topic/change-link-color-in-the-article/

    but I could not do it in the footer and breadcrumbs:

    What code should I change in CSS?

    And how can I remove “Powered By T3 Framework”?

    Thank you!

    Anonymous Moderator
    #333506

    Hi you

    open templates/ja_seleni/css/template.css file, find following code:

    #ja-breadcrumbs a {
    color:#446611;
    padding:0 2px;
    text-decoration:none;
    }

    here you can change the color of breadcrumbs via the red text

    – with the link at th footer, find following code in template.css file to change:

    .ja-copyright a {
    color:#446611;
    }

    Hope it helps

    asturcat Friend
    #333582

    Yes! Thank you!

    Please, and how can I remove “Powered By T3 Framework”?

    uniquebiz Friend
    #333596

    asturcat;166129Yes! Thank you!

    Please, and how can I remove “Powered By T3 Framework”?

    Open the template.css file and search for

    /* T3 Framework logo —*/
    then comment out the code under it by putting /* —*/ around it like in my example

    /*#ja-poweredby {
    height: 20px;
    position: absolute;
    left: 15px;
    top: 48px;
    width: 160px;
    }

    #ja-poweredby a#t3-logo {
    background: url(../images/t3-logo.gif) no-repeat left top;
    display: block;
    height: 20px;
    text-indent: -999%;
    width: 160px;
    text-decoration: none;
    }

    #ja-poweredby a#t3-logo:hover,
    #ja-poweredby a#t3-logo:focus,
    #ja-poweredby a#t3-logo:active {
    background-position: left bottom;
    }—*/

    Cheers Shannon

    asturcat Friend
    #333601

    Thanks uniquebiz!
    I erased the code but still it showed the text. Also thanks.

    To fix it I had to delete in layouts blocks footer.php the following code:

    <div id=”ja-poweredby”>
    <a id=”t3-logo” href=”http://t3.joomlart.com” title=”Powered By T3 Framework” target=”_blank”>Powered By T3 Framework</a>
    </div>

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  asturcat 14 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum