BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Use custom google searchbar.
Tagged: google searchbar, other searchbar, searchbar
- This topic has 30 replies, 4 contibutors, and was last updated 8 years, 11 months ago by
Anonymous.
Question
March 25, 2016 at 11:38 am #65191@niel96That’s what i did, it had no effect at all. Is the css code right?
regards
Answers
March 26, 2016 at 3:55 am #65401@anveHi @niel96,
Install and activate ‘Simple custom css’ plugin and you will see custom css menu in backend .Add css overthere. The css might not be overriding from theme option panel.
Regards
AnveMarch 29, 2016 at 9:23 am #65813@niel96Hi
i added this code to the plugin: custom simple css code. The problem is not solved.
What can i try more?regards
March 29, 2016 at 9:38 am #65818@niel96I now see the css only changed the searchbar from the website on the normal version, not on the mobile version.
March 29, 2016 at 11:44 am #65857@anveHi @niel96,
Try adding following css in child theme’s custom css option.
@media screen and (max-width:847px) and (min-width:647px){ #header-search .tftextinput { width: 50%!important; } #header-search #tfheader #tfnewsearch .tfbutton { max-width: 38% !important; } }
Regards
AnveMarch 29, 2016 at 8:15 pm #65938@niel96Hi
i have add it but no positive effect.
regards
March 29, 2016 at 11:37 pm #65946@anveHi @niel96,
I have checked your site and i don’t see any searchbar in mobile view. Can you please attach a screenshot of the screen that you are talking about .
Regards
AnveMarch 30, 2016 at 3:16 am #65980@niel96Hi
it’s the same screenshot i have uploaded since it’s still the same problem. There is only a searchbar for logged in users on the boss theme.
regards
March 30, 2016 at 5:59 am #65998@anveHi @niel96 ,
I see that the google searchbar comes in mobile for logged in users . You can try following css to responsively design the searchbar in mobile view.
@media screen and (max-width:480px){ .mobile-header-inner #tfheader > form#tfnewsearch { margin-right: 16%; padding: 20px 7px!important; width: 60%; } .mobile-header-inner #tfheader { background-color: transparent !important; } .mobile-header-inner #tfheader .tftextinput { float: left; margin-right: 2%; width: 65%!important; } .mobile-header-inner .tfbutton { float: left; width: 32% !important; padding: 9px 8px!important; } }
Regards
AnveApril 2, 2016 at 11:02 am #66613@niel96Hi
This didn’t work 🙁
Regards
April 3, 2016 at 11:20 pm #66716@anveHI @niel96,
Checked on your site , the css is not even applied .Please check uploading it through simple custom css.
Regards
AnveApril 3, 2016 at 11:54 pm #66717@
AnonymousHi @niel96
I have checked your site and css is not getting applied on your site. Please send your login details from our contact page https://www.buddyboss.com/contact/ and we will add correnspodning css.Regards
Varun DubeyApril 4, 2016 at 7:11 pm #66826@niel96Ok thank you have send the details.
April 4, 2016 at 11:45 pm #66833@anveHI @niel96,
Please check you site .we have made the changes and now it looks proper on mobile .
Regards
AnveApril 13, 2016 at 11:38 am #67965@niel96Thanks problem is solved now.
- The question ‘Use custom google searchbar.’ is closed to new replies.