-
AuthorPosts
-
January 20, 2011 at 5:00 pm #159053
I want to remove the part in the bottom where it says “You are here” and the “Top”-link to the right. Look at attchment. How can this be accomplished?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 20, 2011 at 8:51 pm #372922Change this::
#ja-navhelper .main-inner1 {template.css (line 389)
padding-bottom: 8px;
text-transform: uppercase;
}to
#ja-navhelper .main-inner1 {template.css (line 389)
display: none;
padding-bottom: 8px;
text-transform: uppercase;
}January 20, 2011 at 10:04 pm #372936Thanks aman204, that did the trick 🙂
March 17, 2011 at 12:11 pm #381879<em>@aman204 216411 wrote:</em><blockquote>Change this::
#ja-navhelper .main-inner1 {template.css (line 389)
padding-bottom: 8px;
text-transform: uppercase;
}to
#ja-navhelper .main-inner1 {template.css (line 389)
display: none;
padding-bottom: 8px;
text-transform: uppercase;
}
</blockquote>Could you please give me the detailed path to the file?
I could not see the codes in my supposed file!Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 18, 2011 at 4:52 am #381994<em>@albertvn 228345 wrote:</em><blockquote>Could you please give me the detailed path to the file?
I could not see the codes in my supposed file!</blockquote>
let me rewrite the answer for easier understanding:
open templatesja_portfoliocsstemplate.css
change this:#ja-navhelper .main-inner1 {
padding-bottom: 8px;
text-transform: uppercase;
}to:
#ja-navhelper .main-inner1 {
display: none;
padding-bottom: 8px;
text-transform: uppercase;
}
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by Ninja Lead 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove "You are here" and "TOP"
Viewing 5 posts - 1 through 5 (of 5 total)