HI Alfredo,
For the social icons, I have already replied in another thread.
https://forum.kondasoft.com/d/67-how-to-hide-social-icons-from-the-mobile-menu-dawn-pro
For the "Add to wishlist" button, currently, there is the option to disable it completely if you want to remove that feature altogether.

Otherwise, if you just want to disable the "Add to wishlist" button from showing up on the product form, you can do that with a bit of CSS.
ks-wishlist-btn {
display: none;
}
You can put that CSS code in the "Custom CSS" setting within the "Product Information" section.
