[Fixed] Location Still Including Number and Street - Artificer Theme

In Artificer custom styles:

.bx-form-input-location-street_number, .bx-form-input-location-street {

display: none;

}

Code isn't taking effect after clearing cache. This code was working in Lucid but not in Artificer. Any ideas?

  • 836
  • More
Replies (1)
    • UPDATE: now this code will work:

      .bx-form-element .bx-form-value .bx-form-input-location-street_number, .bx-form-element .bx-form-value .bx-form-input-location-street {

      display: none;

      }

      Login or Join to comment.