• Resolved Andonia

    (@andonia)


    Hello! Really strange, I’ve been using your plugin for another site : https://work-wear.bg/ and it worked perfectly – I used there lots of CSS to adjust the search bar an mainly the font-size. Both websites are using the same themes. However, on this other site the css simply doesn’t work. The css codes themselves are right, I am sure of it, I’ve also emptied the cache many, many times. Do you have any idea what could cause this issue? I really like the search form, but desperately need to add some css to it :)))

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

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

    (@mihail-barinov)

    Hi,

    Can you please share with me examples of custom css that you want to apply?

    Regards

    Thread Starter Andonia

    (@andonia)

    Hi,

    The one that I’ve tried, which worked for work-wear.bg, was:

    .aws-container .aws-search-field {
    font-size: 15px;
    }

    The other one I’ve tried, was taken from https://advanced-woo-search.com/guide/search-form-styles/:

    .aws-container .aws-search-field,

    .aws-container .aws-suggest__keys {

        font-size15px;  

    }

    These are two examples, however I’ve tried lots of css-styles. Even placed

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

    because the display: none css usually always works no matter what, however even it didn’t work.

    Regards,

    Andoniya

    Thread Starter Andonia

    (@andonia)

    Wow, I’m so stupid ?? It seems I have forgotten to place a close bracket after the previous css @media only screen and (max-width: 736px) and the current css didn’t apply for desktop :)))))

    Please excuse me for wasting your time, it’s my mistake. Everything works perfectly!

    Thanks and wishing you the best,

    Andoniya

    Plugin Author ILLID

    (@mihail-barinov)

    Thanks. Glad that you issue was solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS doesn’t work’ is closed to new replies.