Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • turiddu Friend
    #170824

    Hello everyone!
    Does anybody know how I can remove the copyright that it is on the homepage?:

    Copyright MAXXmarketing Webdesigner GmbH

    Thanks for your help.

    pavit Moderator
    #425255

    Hi

    In the file templates/ja_tiris/css/template.css around line 1010 you have

    .copyrights {
    color: #A4A4A4;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 5px;
    }

    add display: none; at the end so it will be

    .copyrights {
    color: #A4A4A4;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 5px;
    display: none;
    }

    turiddu Friend
    #425296

    I am afraid there is no such code inside the file you suggested 🙁

    pavit Moderator
    #425299

    Hi turiddu

    I’m sorry completely missed the target

    Try this, in this file /components/com_jshopping/css/ja_tiris.css around line 775 you have

    #maxx_copyright {
    clear: both;
    color: #999999;
    display: block;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
    }

    change to

    #maxx_copyright {
    clear: both;
    color: #999999;
    display: none;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
    }

    we2solutions Friend
    #425302

    please check this…

    path…

    componentscom_jshoppinglibfunctions.php

    print ‘<span id = “maxx_copyright”><a target=”_blank” href = “http://www.webdesigner-profi.de/”>Copyright MAXXmarketing Webdesigner GmbH</a></span>’;

    if you remove that i think you can get rid from that link.but i don’t have idea it is legal 🙂

    Thanks

    bhvi Friend
    #425860

    yeh i just did this it also works perfectly

    goto where pavit said /components/com_jshopping/css/ja_tiris.css line 755

    /* Copyright on footer */
    #maxx_copyright {
    clear: both;
    color: #999;
    display: block;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
    }

    change to

    /* Copyright on footer */
    #maxx_copyright {
    clear: both;
    color: #FFF;
    display: block;
    font-size: 0px;
    padding-top: 10px;
    text-align: center;
    }

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

This topic contains 6 replies, has 4 voices, and was last updated by  bhvi 12 years, 5 months ago.

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