This topic has 4 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
I’m getting multiple option after I’m trying purchase any product, img (https://ibb.co/x2FZnzj) there are currently 2 option enabled while scrolling down to a single product. 1) Add to cart 2) Buy Now.
I only want buy now button to be visible at the bottom.
Also you can see on the image the footer section has alignment issue with the social icons, on the homepage footer its alignment is fine but If I visit any other page the social icons alignment differs.
Hello, Ammarzo,
Thank you for choosing XStore as your WooCommerce WordPress theme.
1/ Please try to add the next code in child-theme/functions.php:
add_filter('etheme_sticky_add_to_cart_buy_now_hide_mobile', '__return_false');
2/ Try to add the next code in Theme Options > Theme custom CSS:
footer .elementor-social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
}
Kind Regards,
8theme team
The footer section css code worked but the 1 issue is still there. when I’m trying to add the code in child theme its showing an error, due to this I am unable to save the file.
Hello, Ammarzo,
We appreciate your prompt response.
Please provide us with FTP access. To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up