Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • elmundo_news Friend
    #157266

    Hi 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


    1. label_pic
    2. search-module
    gray Friend
    #366032

    I’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 Friend
    #366101

    thanks 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?


    1. search-label
    gray Friend
    #366121

    It’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 Friend
    #366381

    Thanks buddy, that really worked!! Actually, I never thought about doing that, it makes sense to me 😉

Viewing 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