-
AuthorPosts
-
tilovas Friend
tilovas
- Join date:
- February 2013
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 16 times in 9 posts
April 25, 2013 at 2:05 pm #187071Hello,
I want to remove this gray line:
I don’t know which file should I work: .php (html code) or work with .css (template.css or custom.css). Or maybe there is an options in Template Manager -> Edit Style…
One more important thing.. I’m going to update the framework in future. How about the lost information after update? If I make some change in, for example: “mainnav.php” what will happen after the update? I really need to remove this gray line, if someone can help me with that It would be wonderful 🙂 Thx.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
April 29, 2013 at 3:10 am #491269In /templates/t3_blank/css/custom.css (if it’s not already there, just create it)
put this:
nav#t3-mainnav div.navbar-inner {
border: none;
}
of course, this will remove the whole border. If you want to just remove the bottom border, then just do border-bottom: none instead.
Before you upgrade the t3 system/template, you should backup this file just in case you have to restore it, but it WILL survive the compiling of the LESS code.
Does that help?
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla Administrator1 user says Thank You to Scott Lavelle for this useful post
tilovas Friendtilovas
- Join date:
- February 2013
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 16 times in 9 posts
April 29, 2013 at 7:40 pm #491389Thanks to both of you for help. I used this code:
#t3-mainnav {
display: none;
}
It’s really helped 🙂
tilovas Friendtilovas
- Join date:
- February 2013
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 16 times in 9 posts
April 29, 2013 at 8:13 pm #491391Ups 🙂 I did not notice that the first code removes everythink.I would like to leave the menu..
The secound code:
nav#t3-mainnav div.navbar-inner {
border: none;
}
Removes not all what I need, but it’s a start. Now i know, with file I shold work. Thank you again, both of you 🙂
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by tilovas 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How can I remove some info form Ja_t3v3_blank template
Viewing 5 posts - 1 through 5 (of 5 total)