-
-
Hi,
1. I would like to get rid of the tags in the shop front. These are the tags when you click and see all the products in one place.
2. I would like to center the product name, price and add a few options below that.
I tried looking in all places where the hooks/scripts are but to no avail. Where can I find this?
-
Hello,
1-Sorry but can you post a link of where you have this? There are a lot of layouts including the tags.
If you do not want to use tags at all, then you can remove them from single product options. So eventually there will be no tags to show.2-You can use the centered layout for this. See an example here: https://codeless.co/june/default/?product=asymmetric-backpack
To center a product just go to that product options > Product Data > Product Single Style, select “All centered”. See screenshot: https://postimg.cc/image/txq9gg9a3/
Let us know.Best regards!
-
I think we are a little lost in translation here.
Please see the image screenshot on my hosted dropbox to see what I want to do. Now I am not asking for help making these changes but rather where the files are so I can go ahead and make changes myself.
I’m a bit lost in the folder hierarchy tbh.
Thanks in advance
-
Hello,
I understand.
If you are using shop tabbed element, you can achieve this easily. Just go to the shop tabbed element’s options > Product Style, select “Large Info“. See screenshot: https://postimg.cc/image/r2bh2gqd7/If you are using simple Shop element, then please add this code into your Custom Css box in General > Custom Codes > Custom Css:
.shop-products .product_item .tags { display: none; } .shop-products .product_item h3 { text-align: center !important; }
Align the third party add-on using custom css as well.
Best regards!
-
You must be logged in to reply to this topic.