Viewing 2 replies - 1 through 2 (of 2 total)
  • You have a CSS specification in your Custom CSS which hides every 3rd row in tables. This also affects the ordering process. This one:

    tr:nth-of-type(3) td, tr:nth-of-type(3) th { display: none; }

    You should be able to find it in Appeareance > Customizer > Additional CSS. Just remove this specification.

    • This reply was modified 2 years, 5 months ago by threadi.
    Thread Starter janfrancioni

    (@janfrancioni)

    Thank you very much @threadi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart problems (urgent)’ is closed to new replies.