Allow a custom text before dropdown in Post/Zipcode popup

WPPizza – A Restaurant Plugin for WordPress Support Feature Requests Allow a custom text before dropdown in Post/Zipcode popup

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23058
    marcomarsala
    Participant

      It would be useful to have a custom text in Post/ZipCode popup, explaining to the user the purpose of the popup.

      Sample text: Check if we deliver in your area. Select your zip code from the list below

      Now I’m achieving it without core edits using the following CSS snippet:

      .wppizza-dbp-areas:before {
      content: "Verifica se consegniamo nella tua zona. Seleziona il tuo CAP dall'elenco sottostante";
      text-align: left;
      display: block;
      }

      Adding a WYSIWYG field in admin area would be enough,

      #23072
      Olly
      Admin & Mod

        >using the following CSS snippet
        lol, very creative !

        i guess i could add a filter or optional textfield there. will make a note of that

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Allow a custom text before dropdown in Post/Zipcode popup’ is closed to new replies.