• Resolved aliselvi

    (@aliselvi)


    the X in clear search box appears at the left bottom of the search box. i changed the shape and size of the search box but cant seem to fix the X – as it should appear in the box, right aligned.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    As I see there is some conflict with plugin and theme css rules.

    Try the following: open advanced-woo-search/assets/css/common.css file, find rule

    .aws-container .aws-search-clear {
        display: none;
    }

    and replace with

    .aws-container .aws-search-clear {
        display: none !important;
    }
    Thread Starter aliselvi

    (@aliselvi)

    hello,

    thank you for your reply. i applied the code change as you have recommended. however, it does not seem to have any effect =_=

    Plugin Author ILLID

    (@mihail-barinov)

    Well I see that now its gone. Try to clear browser cache.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the X in clear search box appears at the left bottom of the search box’ is closed to new replies.