-
AuthorPosts
-
March 6, 2011 at 5:03 pm #161092
Hi,
I would like to remove the border-bottom of the menu mainnav ONLY for the activated tab (see attachment). Any idea ?
Cheers 😉
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 6, 2011 at 5:13 pm #379916Can you provide a link to your site
March 6, 2011 at 8:26 pm #379931Of course. It is http://www.actu9.be.
Cheers !Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 7, 2011 at 12:04 am #379944Can you disable css compression in the template manager so we can see the correct locations of the code. Currently using Firebug we can only see the compressed css which reveals the following but we just cannot easilly see what file it is actually from
#ja-splitmenu {
border-bottom:1px solid #CCCCCC;
position:relative;}
March 7, 2011 at 1:04 am #379948Thanks Phill, it is decompressed now.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 7, 2011 at 1:40 am #379951The code you are looking for is in templates>ja_teline_iii>css>menu>split.css at line 13.
March 7, 2011 at 1:55 am #379952Thanks Phil, I added this line in the code in order to have a border-bottom for the mainnav. The problem is that I would like to remove the border-bottom for the activated tab (as seen in the attachment in the first post > how to remove the border in the red circle?).
Thanks for your time.Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 7, 2011 at 2:27 am #379960Hmm… Sounds difficult. Actually it is already done in the JA-Tabs (on the right side, the VIDEOS and SUR LE WEB tabs). It is the same thing that I would like to have for mainnav.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 7, 2011 at 6:47 am #379997<em>@actu9 225883 wrote:</em><blockquote>Hmm… Sounds difficult. Actually it is already done in the JA-Tabs (on the right side, the VIDEOS and SUR LE WEB tabs). It is the same thing that I would like to have for mainnav.</blockquote>
Try add this at end of template.css file::
#ja-splitmenu ul li.active{margin-bottom:-1px;}
1 user says Thank You to aman204 for this useful post
March 7, 2011 at 1:54 pm #380077Thanks Aman, just did it but it doesn’t change anything…
March 7, 2011 at 2:02 pm #380078Actually it works now !! I added to the last reply this code to style.css and it’s OK
#ja-splitmenu li.active a,
border-bottom: 1px solid #fff !important;
}
Thanks a lot Aman and Phill to your help 🙂AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by actu9 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove the border-bottom in the menu
Viewing 12 posts - 1 through 12 (of 12 total)