This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Olga Barlow
Hi, a few questions:
1) Custom footer per page: I want to customize a 2nd footer. The preset choices are not relevant. I need it to reflect my pages where I use a custom logo. How can I do it?
2) Names of products to appear above categories: On the homepage “https://tavlinsky.co.il/en/home/” below the “SHOP” thumbnails I want Product Name and Categories to switch places, so the title appears above the cats. Where can I make this edit?
3) RTL CSS: On my RTL pages I’m having difficulty addressing the product title on product pages.
The ”.single-product .product-information .product_title {}” and ”.product-information .products-page-cats, .product-info-wrapper .products-page-cats {}” tags don’t work on rtl css.
I’m running a child theme and have both a child rtl css and an rtl css plugin. Neither work.
4) Social icons: On product pages I want control over the placement of the social icons. For example, if I don’t want them to be under the “Add To Cart” button, but under the product name, instead. Where can I make these edits? Which template file?
Thanks
Hello,
1) You can use custom footer. Use Static Blocks option to create custom footer layout https://www.8theme.com/documentation/xstore/support/static-blocks/ and then choose this static block in Page layout options during page editing.
2) You need to make changes in template files. Copy
xstore/woocommerce/content-product.php and xstore/woocommerce/content-product-slider.php files into child theme and move the categories code below the title, for example http://prntscr.com/gmngo7
3) Don’t understand what exactly you want to change. Could you explain what you want to change and I’ll sen you the correct code?
4) xstore/woocommerce/single-product-content.php
Regards
You must be logged in to reply to this topic.Log in/Sign up