Tema Aria

This line in mobile CSS might be related. On GitHub this line reads

.navigation-categories .navigation-container,
.categories-list .navigation-container {
  border-bottom: 0 !important;
}

As mentioned I copied the air theme CSS to make a custom theme. This is the original code for that line note the missing “px”

.navigation-categories .navigation-container,
.categories-list .navigation-container {
  border-bottom: 0px !important;
}

Haven’t tested. But create a custom component and paste the above code in Mobile CSS. Save and enable component on air theme.

Unfortunately just tested and it did not fix issue. The px must be default if not specified.

1 Mi Piace