The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Search Like help.forumotion

    smejker
    smejker
    Forumember


    Male Posts : 167
    Reputation : 4
    Language : serbo-croatian/english/macedonian/bulgarian

    Search Like help.forumotion Empty Search Like help.forumotion

    Post by smejker September 25th 2014, 8:35 am

    How to get search as the FM on home page ... or how to replace button search with image?

    Thanks in advance.

    Regards & Respect!!!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Search Like help.forumotion Empty Re: Search Like help.forumotion

    Post by SLGray September 25th 2014, 11:27 am




    Search Like help.forumotion Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    smejker
    smejker
    Forumember


    Male Posts : 167
    Reputation : 4
    Language : serbo-croatian/english/macedonian/bulgarian

    Search Like help.forumotion Empty Re: Search Like help.forumotion

    Post by smejker September 25th 2014, 2:12 pm

    No, no SLGray

    I want to change search buton with image... First picture is from my search bar:

    Search Like help.forumotion 1searc10

    I want search bar to look like at second picture!

    Regards & Respect!
    avatar
    Guest
    Guest


    Search Like help.forumotion Empty Re: Search Like help.forumotion

    Post by Guest September 25th 2014, 2:30 pm

    Hello smejker,
    If you are talking about the one that is in the top right hand corner of the page, above the social media likes buttons then you will need to use CSS coding to design the effect & look of the search bar. I also believe that is a widget but if it is not a widget then you will also need CSS coding to position it correctly.

    If this is what you are referring to then please let me know so I can help you out further.

    -Jad
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Search Like help.forumotion Empty Re: Search Like help.forumotion

    Post by Ape September 25th 2014, 2:39 pm

    Place this at the top of your CSS file and save

    Code:
    #forum-search input#search_keywords, #search-box input#keywords, #search_menu input.inputbox.medium {
        border-radius: 3px 0px 0px 3px;
        color: #000;
        height: 16px;
        padding: 6px;
        transition: all 750ms ease 0s;
        border: 1px solid #369FCF !important;
        background: none repeat scroll 0% 0% #FFF;
    }
    #search-box #keywords {
        background-color: #FFF;
        width: 95px;
    }
    .inputbox:focus, .inputbox:hover, select {
        border: 1px solid #369FCF;
    }
    .inputbox:hover {
        border: 1px solid #1675BC;
    }

    #forum-search input.button2, #search-box input.button2, #search_menu input.button1 {
        background: url('http://i39.servimg.com/u/f39/18/21/60/73/search10.png') no-repeat scroll center center #369FCF !important;
        border-radius: 0px 3px 3px 0px;
        font-size: 0px;
        height: 30px;
        margin: 0px;
        width: 30px !important;
      border: 1px solid #369FCF;
    }


    APE Neutral



    Search Like help.forumotion Left1212Search Like help.forumotion Center11Search Like help.forumotion Right112
    Search Like help.forumotion Ape_b110
    Search Like help.forumotion Ape1010
    smejker
    smejker
    Forumember


    Male Posts : 167
    Reputation : 4
    Language : serbo-croatian/english/macedonian/bulgarian

    Search Like help.forumotion Empty Re: Search Like help.forumotion

    Post by smejker September 25th 2014, 2:54 pm

    APE wrote:Place this at the top of your CSS file and save

    Code:
    #forum-search input#search_keywords, #search-box input#keywords, #search_menu input.inputbox.medium {
        border-radius: 3px 0px 0px 3px;
        color: #000;
        height: 16px;
        padding: 6px;
        transition: all 750ms ease 0s;
        border: 1px solid #369FCF !important;
        background: none repeat scroll 0% 0% #FFF;
    }
    #search-box #keywords {
        background-color: #FFF;
        width: 95px;
    }
    .inputbox:focus, .inputbox:hover, select {
        border: 1px solid #369FCF;
    }
    .inputbox:hover {
        border: 1px solid #1675BC;
    }

    #forum-search input.button2, #search-box input.button2, #search_menu input.button1 {
        background: url('http://i39.servimg.com/u/f39/18/21/60/73/search10.png') no-repeat scroll center center #369FCF !important;
        border-radius: 0px 3px 3px 0px;
        font-size: 0px;
        height: 30px;
        margin: 0px;
        width: 30px !important;
      border: 1px solid #369FCF;
    }


    APE Neutral

    Thanks APE :wouhou:

    That is it!!!

    Regards & Respect! Solved!
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Search Like help.forumotion Empty Re: Search Like help.forumotion

    Post by Ape September 25th 2014, 2:56 pm

    You are welcome Wink
    Topic solved and archived
    Have a really Fab Day

    APE Neutral



    Search Like help.forumotion Left1212Search Like help.forumotion Center11Search Like help.forumotion Right112
    Search Like help.forumotion Ape_b110
    Search Like help.forumotion Ape1010

      Current date/time is September 22nd 2024, 11:38 am