• Resolved admingeekspace

    (@admingeekspace)


    Hi. I have one problem. I’m build website with technology topic, specifically daily tech news. All at web is ok, but I have problem with deafult search widget by wordpress. If I put the widget into some of area, the icon have very bad shadow with blue color, which I really don’t need. I would like to remove them but I don? have any idea which setting causes this shadow. Iˇm use one my website Astra template with some plugins and I’m use elementor for building web.

    Have some of you which read this post ideas how to remove this? The bad shadow is in the widget, which is in header on right side. Thanks for all ideas

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi. I took a look at the HTML of your page and I found the culprit:

    <input type="submit" class="search-submit" value="Search">

    The blue shadow appears to be the background of “Search”. The word “Search” itself is transparent and that’s why you don’t see it on the page, so you only see the blue background.

    If you can edit the HTML, removing the word “Search” will remove the shadow, so it would be like this:

    <input type="submit" class="search-submit" value="">

    However, I’m not familiar with Elementor so I don’t know how or if you can edit the HTML.

    • This reply was modified 3 years, 6 months ago by Paulo Pinto. Reason: Actually removed the word Search in the second code snippet
    Thread Starter admingeekspace

    (@admingeekspace)

    Oh, thanks a lot! I’m do everything which you say and the blue shadow was removed! I really thanks to you. I’m the WordPress begginer so I’m just learn how WordPress works and with this I’m don’t know what to do. So finally, I really thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with inappropriate shadow of widget’ is closed to new replies.