-
Author
-
July 3, 2017 at 15:46 #165974AyoadeParticipant
Now that we have a header option that allows a banner or any code, is it possible to add the KLEO search box in the header?
I have tried using the KLEO shortcode for side menu but the search box appears too large. How can I achieve this?
July 3, 2017 at 20:03 #166066LauraModeratorHello, you could add it and i can help you fix the styling issues 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 15:25 #166236LauraModeratorHello, changed a couple things, let me know if you want any specific style, you can share screenshots or anything that helps 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 17:05 #166256AyoadeParticipantGreat job!
Thank you for helping. I would actually prefer a slimmer search box like the one on eBay – http://www.ebay.com/.
July 4, 2017 at 17:28 #166262LauraModeratorHello, try adding this to style.css of child theme
COPY CODE.kleo-search-form #searchform .input-lg { height: 33px !important; border-radius: 0px !important; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; background-color: #fff; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 17:28 #166263LauraModeratorHello, try adding this to style.css of child theme
COPY CODE.kleo-search-form #searchform .input-lg { height: 33px !important; border-radius: 0px !important; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; background-color: #fff; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 6, 2017 at 19:00 #166537LauraModeratorHappy to help! 🙂 If you can rate us 5 stars at themeforest, that would help a lot 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 29, 2017 at 18:52 #168964LauraModeratorThanks you very much!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 4, 2018 at 22:14 #193847AyoadeParticipantHi Laura,
After updating to the new version of Kleo, I lost the styling for the KLEO search box (attached). Could you please help me out?
Attachments:
You must be logged in to view attached files.April 5, 2018 at 13:21 #193882LauraModeratorHello, adding the code again doesn’t fix it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 5, 2018 at 13:38 #193889AyoadeParticipantIt does not fix it. I have tried that and cleared the cache. Here’s the code I used:
COPY CODE.kleo-search-form #searchform .input-lg { height: 36px !important; border-radius: 8px !important; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; background-color: #fff; } .kleo-search-form #searchform .input-group-btn { position: absolute; right: 26px; top: 15% !important; } .kleo-search-wrap.kleo-search-form.search-style-default { margin-top: 1%; }
April 8, 2018 at 20:01 #194155LauraModeratorHello, can you share ftp access? I will try to add it directly and see if it works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 8, 2018 at 20:01 #194156LauraModeratorAlso try adding it to quick css at theme options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 11, 2018 at 01:57 #194341LauraModeratorHello, please try this
COPY CODEinput#s { height: 40px !important; }
Let me know if it works now 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 11, 2018 at 12:49 #194380AyoadeParticipantGreat! This worked.
Only one issue is left …the background of the search box turns green when I click on it instead of white (as seen in the picture attached).
Can you help me make the background white after clicking? Thanks.
Attachments:
You must be logged in to view attached files.April 11, 2018 at 20:24 #194450LauraModeratorHello 🙂 this should fix that
COPY CODEinput#s:focus { background: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 11, 2018 at 23:37 #194459AyoadeParticipantExcellent, problem solved! Many thanks to you Laura.
April 13, 2018 at 02:25 #194553LauraModeratorAlways happy to help 🙂
If you didn’t already please rate us 5 stars at themeforest 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.