• I have an apply form button setup in my website and it works just fine in desktop mode but when i change it to mobile mode it disappears

Viewing 1 replies (of 1 total)
  • Hello @hellraiser103 ,

    The button is hidden intentionally on small devices. But you can show it by adding following CSS on Appearance => Customize => Additional CSS.

    .featured-button.btn.btn-primary.hidden-xs.hidden-sm {
      display: block !important;
    }
    .search-woo.desktop-only {
      display: block!important;
    }

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘A promt dissapears in construction field theme while changing to mobile mode’ is closed to new replies.