Shape 5

Joomla Templates => Incline - Club => : chriddo December 20, 2014, 03:50:59 AM



: How to add the "Search" button in the floating menu?
: chriddo December 20, 2014, 03:50:59 AM
The search button disappears when scrolling downwards and the floating top menu appears.

I would like to know how to enable it.

Please assist.


: Re: How to add the "Search" button in the floating menu?
: thetonybli December 20, 2014, 05:29:07 AM
Hi,
Its there, jsut dark and well ninja'd, you jsut need to make it lighter or white

template.css file line 1345, just change the color hex option

.s5_wrap_fmfullwidth #s5_search_wrap {
    color: #fffff;
}


: Re: How to add the "Search" button in the floating menu?
: chriddo December 20, 2014, 06:18:16 AM
I like the word "ninjad"  :D

I added your code in the "custom.css" but it is not yet showing up in the floating menu. Can you please check again?


: Re: How to add the "Search" button in the floating menu?
: mikek December 20, 2014, 07:06:47 AM
Hello,

The search is a glypicon so it's controlled by the css "color" specification. If you've changed your background color you'll need to account for the color of the icon as well with the code mentioned above. The following is what controls this in template.css:

.s5_wrap_fmfullwidth #s5_search_wrap


: Re: How to add the "Search" button in the floating menu?
: chriddo December 20, 2014, 07:11:01 AM
I am not following you I'm afraid.

Do I have to change the background color in the template settings to get this working or can I add some more CSS code to fix it?


: Re: How to add the "Search" button in the floating menu?
: thetonybli December 20, 2014, 08:34:51 AM
nope as mike said, you search for it in the TEMPLATE.CSS the code you are looking for is on line 1345.
If you are editing css in dreamweaver you can get to this line easily by using the shortcut CTRL + G.

simply change the color hex to what you want or to white as i did in the code i showed above "#ffffff".

if i shed any more light as to how to, i will blind you from brightness ... lol


: Re: How to add the "Search" button in the floating menu?
: mikenicoll December 23, 2014, 09:04:50 PM
If you have any further questions let us know.