I can't change the header. And the elements don't work for me.
-
I can’t change the logo and buttons in the header. 2 I hide the display of blocks on my smartphone in elementor, and they are shown.
It is also displayed twice in products. “Professional customer service:” . And also where can I edit this?
Hello,
You should be able to customize everything with our header builder via Space dashboard -> Header builder. Let me know if you have any difficulties. And we can’t access your dashboard since the password seems to be wrong.
Customize sections before and after add to cart button via Dashboard -> Theme Settings -> Single product -> Add to cart.
Kind Regards
Dont work
Attachments:
You must be
logged in to view attached files.
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action('admin_head', 'xts_widget_fix');
function xts_widget_fix() {
echo '<style>
.xhb-edit-tabs > div:first-child:last-child {
display: block!important;
}
</style>';
}
also, elementary is not working correctly for me. I chose to hide the section on the smartphone. But it is still displayed.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
i add code. its work. Thanks!
Its website. But i see in mobile its block.
Attachments:
You must be
logged in to view attached files.
You need to disable the following option in Theme Settings -> Performance https://gyazo.com/f46918cf81d2e6a07f20568cec6f0bae
You are welcome! Feel free to contact us if you have any questions.
The topic ‘I can't change the header. And the elements don't work for me.’ is closed to new replies.