• I’ve implemented the fix you suggested to st the country in the other post. thanks, it works. However, when I load the page for the first time and set auto-calculate to disabled. I’d like to remove the label “Message shown when the user has not yet added address in the form”.

    When I delete the text in the plugin’s settings and then reload the page it’s not fully gone, there is still a grey small rectangle, how can I remove the rectangle, please? but I still want to keep the grey background when the results are displayed.

    btw – this is a great plugin. thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    Add the below CSS code in your site and keep this msg blank “Message shown when the user has not yet added address in the form”

    Appearance > Customizer > Additional CSS

    
    .pisol-ppscw-alert:empty { display: none; }
    
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Fields (follow on)’ is closed to new replies.