Home Forums WoodMart support forum i have a problem with popup form appear

i have a problem with popup form appear

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

    mohammedelmansy84
    Participant

    1- i have problem . i want to disable popup form appear when everyone visit my website at first time and i can’t disable it i open in admin dashboard html block but i found five popup block not contain these message please i want disable this popup message as you will find in screenshot.

    2- in my-account page i find two logout link do the same action please i want to remove one as you will find in screenshot

    Attachments:
    You must be logged in to view attached files.
    #45218

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    1. You can enable/disable the promo popup in Theme Settings -> Shop -> Promo popup.

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-MyAccount-navigation-link--edit-account + li {
    	display: none!important;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)