- This topic has 31 replies, 4 voices, and was last updated 3 years, 6 months ago by
Justin.
-
AuthorPosts
-
September 15, 2022 at 2:41 pm #2344218
Ying
StaffCustomer SupportYou can upload it to here: https://postimages.org/
Then share the link with us.
September 17, 2022 at 12:29 pm #2346027Justin
September 17, 2022 at 12:52 pm #2346047Ying
StaffCustomer SupportHow can I remove the little box around the search icon and anyway I can make the search rectangular box rounded on the edges?
Try this CSS:
button.wp-block-search__button.has-icon { border: 0; } .wp-block-search__inside-wrapper { border-radius: 10px; }Adding CSS: https://docs.generatepress.com/article/adding-css/
September 17, 2022 at 1:12 pm #2346069Justin
If I make it more rounded like 30px it creates holes how do I fix that?
https://postimg.cc/N9TGryZrSeptember 17, 2022 at 1:13 pm #2346070Justin
it also has a different shade of color inside box
September 18, 2022 at 6:39 am #2346473David
StaffCustomer SupportYou can add this CSS to change the input / buttons background colors:
.wp-block-search input, .wp-block-search__button{ background-color: transparent; }September 18, 2022 at 1:06 pm #2346817Justin
Fixed all the issues except when i click the search bar to type some of the issues come back
https://postimg.cc/ZCD41VFcSeptember 18, 2022 at 1:10 pm #2346821Ying
StaffCustomer SupportAdd this CSS as well:
input[type="search"]:focus { background-color: transparent !important; }September 20, 2022 at 10:58 am #2348765Justin
That fixed that issue but now if someone clicks on the drop-down previously typed in text the blue color comes back without filling the entire search bar, and is this the best way to make the changes by adding this css code in the customizer? how big of an impact is it on site speed?
https://postimg.cc/HrJjRZ15September 20, 2022 at 11:45 am #2348815Ying
StaffCustomer SupportThere won’t be any noticeable impact on speed regarding the CSS size.
Can you link me to your site where we can see the search bar?
Please be noted, that the search block is NOT from the theme, it’s from WP and the theme doesn’t have control over it, it’s kind of out of the scope of the theme support, but we are still trying our best to help you out here.
September 20, 2022 at 2:28 pm #2348926Justin
Removed
September 20, 2022 at 2:29 pm #2348927Justin
Thank you for helping
September 20, 2022 at 2:32 pm #2348928Justin
I had some other questions like my homepage header and recent blogs are not centered on mobile devices and I couldn’t figure out how to center the read more lable on the archive cards?
September 20, 2022 at 3:39 pm #2348957Ying
StaffCustomer SupportHow do you make the previous searches show up in the first place?
I tried searching for several words, but don’t see the drop-down you mentioned.
For other questions, please open new topics, thanks!
September 20, 2022 at 5:53 pm #2348992Justin
not sure
-
AuthorPosts
- You must be logged in to reply to this topic.