Home › Forums › Jevelin Theme › sidebar search widget css problem
Home › Forums › Jevelin Theme › sidebar search widget css problem
Hi Achim,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#sidebar input.sh-sidebar-search.search-field { border: 1px solid #f0f0f0; }
This is happening on your site because the Magnifier icon font that is Simple Line Icons is not working as shown in the attached screenshot.
It seems this is happening because not configuring HTTPS correctly so please resolve it to make the search widget display properly.
Now, I have no errors or something else, but the border is displayed
I can see the errors are still displayed on your site.
You can see them in the browser console.
Also you can confirm it because the Magnifier Icon of search form is not displayed on your site as shown in the attached screenshot.
okay, now I can see the errors. Thats because I changed the working url. So I have to check where I had to change that value.
You can change your site URL in the site General Settings as shown in the attached screenshot.
Then please make sure you have changed the old subdomain URL to new URL in your site database using following solution.
https://wordpress.org/plugins/search-and-replace/
https://blog.templatetoaster.com/update-old-urls-in-database/
no errors anymore, but the search box css problem is there…
Not sure why the problem is still exist on your site but you can fix that problem using below CSS code.
.widget_search .search-field { padding-bottom: 13px !important; }