The page that opens after clicking on any link from the email: Bulk Management via email, shows the information aligned on the left, not centralized.
How can I centralize the information on it?
I would also like to keep only the information that the procedure was successful.
Maintain the link "Bulk Management via email" and the instructions for the user to get the email again and unnecessary and generates confusion. After all, the user already has the email with the links. 🙂
Thanks in advance!
Hi,
Use the CSS code below:
.wpdc-unsubscription-main { text-align: center; }
Maintain the link "Bulk Management via email" and the instructions for the user to get the email again and unnecessary and generates confusion. After all, the user already has the email with the links. 🙂
Use the CSS code:
.wpdc-unsubscription-bulk { display: none; }
Insert the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
It worked!
Thank you very much! 🙂