-
AuthorPosts
-
elmundo_news Friend
elmundo_news
- Join date:
- November 2010
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 9, 2010 at 6:57 pm #157266Hi guys,
I have quick question, How do i go about to get rid of the “Search” label on the search box. I just want the button and the input field, I dont want the label. Im using the ja teline III v2 template.
Take a look at the pic….
Thanks
-
gray Friend
gray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
December 9, 2010 at 8:27 pm #366032I’ve tried on my site – and could not replicate it.
Some ideas:
– try to change module’s position, to “search” for example and see what happens
– check if template.css has#ja-search label { display: none; }
elmundo_news Friendelmundo_news
- Join date:
- November 2010
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 10, 2010 at 5:31 am #366101thanks for your reply. Yeah, If I change the module position to “search”, it works but I dont want to have it on the search because I’ll have a banner right there. I want to have the search box right whrere the “feature” and “twitter” links are.
I have found exactly what I have to change with firebug, but I dont know where it is that piece of code inside the template or module. On the pic attached Im showing the line of code I need to change
Any advice?
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
December 10, 2010 at 7:48 am #366121It’s CSS issue. As I’ve shown in my previous post, #ja-search label { display: none; } makes the label invisible when the module is included in an HTML element with id=”ja-search”. As you changed the position, there is not such an element anymore.
FF info is a good one. So, try adding to template.css
.ja-syndicate form.search label { display: none; }
2nd variant
.ja-syndicate label[for="mod_search_searchword"] { display: none; }
hope is helps
elmundo_news Friendelmundo_news
- Join date:
- November 2010
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 12, 2010 at 5:22 am #366381Thanks buddy, that really worked!! Actually, I never thought about doing that, it makes sense to me 😉
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by elmundo_news 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum