sidebar search widget css problem

Home Forums Jevelin Theme sidebar search widget css problem

Home Forums Jevelin Theme sidebar search widget css problem

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
  • Achim
    Participant

    hello,

     

    my search widget has a white border, I can’t find the problem. Can u help me?

    Attachments:
    You must be logged in to view attached files.

    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;
    }

    Achim
    Participant

    I didn’t want this border. I prefer the original jevelin style. I have no answer why the border is there. see in pics my version and jevelin original without border.

    Attachments:
    You must be logged in to view attached files.

    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.

    Attachments:
    You must be logged in to view attached files.

    Achim
    Participant

    Now, I have no errors or something else, but the border is displayed

     

    https://motorrad-holzleitner.de/news/

    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.

    Attachments:
    You must be logged in to view attached files.

    Achim
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.

    Achim
    Participant

    my URL are the right one, but I used “v18.” subdomain for testing before launching the site

    Attachments:
    You must be logged in to view attached files.

    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/

    Achim
    Participant

    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;
    }
Viewing 14 posts - 1 through 14 (of 14 total)