Home Forums WoodMart support forum Вывод иконок корзина, сравнение, избранное, поиск в кастомной шапке elementor Reply To: Вывод иконок корзина, сравнение, избранное, поиск в кастомной шапке elementor

#343435

Hello,

Thank you very much for choosing our theme and for contacting us.

1. If you create the header in Elementor, WoodMart header elements would not be applied there, they work only in the Header builder.

2. The button in the Header builder has the option to insert the icon: https://gyazo.com/7c7fefc85261a79a15c8d3c206b66563

3. The social networks are configured in the Theme Settings > Social profiles. WoodMart has a set of Elementor widgets and you can find the social networks widget as well. https://xtemos.com/docs/woodmart/shortcodes-2/

4. Please add this code to the Theme Settings > Custom CSS > Global:

body .wd-my-account-sidebar{
display:none;
}
body .woocommerce-MyAccount-content {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
}

Best Regards