Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1448770

    We have currently only defined Austria as a shipping country in the shop. As soon as you select an additional country, the country selector (drop down)) disappears and you cannot select a country. Just the headline “land/region” stays.
    So the shop currently only works in Austria.

    What could be the problem here?

    The URL is attached in the private area.
    We have currently activated Austria and Germany to demonstrate the problem.

    #1448868

    Hey awasner,

    Thank you for the inquiry.

    This css code hides the dropdown or select element:

    #top select {
        display: none;
    }

    To override it, you can add this css code in the Quick CSS field:

    #top select {
        display: block !important;
    }

    Please temporarily disable the Enfold > Performance > File Compression settings so that we can trace where the css modification is added.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.