-
AuthorPosts
-
November 18, 2011 at 12:37 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 18, 2011 at 2:27 pm #425255Hi
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;
}November 18, 2011 at 5:35 pm #425296I am afraid there is no such code inside the file you suggested 🙁
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 18, 2011 at 5:57 pm #425299Hi 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 Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
November 18, 2011 at 6:10 pm #425302please 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
1 user says Thank You to we2solutions for this useful post
bhvi Friendbhvi
- Join date:
- September 2010
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
November 22, 2011 at 5:25 am #425860yeh 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;
} -
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by bhvi 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum