-
AuthorPosts
-
tulioc Friend
tulioc
- Join date:
- March 2013
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
September 15, 2013 at 11:57 pm #190638HI, how can I remove the home and top link from footer in home page. Please see image attached.
Thanks,
Tulio
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 16, 2013 at 4:34 am #505887My solution will help you to remove them
Open templates/ja_vintas/css/template.css file
From
#ja-navhelper ul.ja-links {
margin-top: 4px;
height: 34px;
background: url(../images/dot-line.gif) repeat-y left top;
}.ja-breadcrums span {
vertical-align: middle;
display: inline-block;
background: url(../images/dot-line.gif) repeat-y 25px top;
padding-top: 8px;
}Change to
#ja-navhelper ul.ja-links {
margin-top: 4px;
height: 34px;
background: url(../images/dot-line.gif) repeat-y left top;
display: none;
}.ja-breadcrums span {
vertical-align: middle;
display: inline-block;
background: url(../images/dot-line.gif) repeat-y 25px top;
padding-top: 8px;
display: none;
}Don’t forget to clear cache from Admin area
1 user says Thank You to Ninja Lead for this useful post
tulioc Friendtulioc
- Join date:
- March 2013
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
September 16, 2013 at 11:51 am #505936Thanks Ninja.
Tulio
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by tulioc 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove Home and Top from front page
Viewing 3 posts - 1 through 3 (of 3 total)