Tagged: H1, price, Product page
-
AuthorPosts
-
August 27, 2015 at 4:03 pm #494265
Hi,
I would like to make the following changes in the shop product page :
1 ) have the title up where it is written Shop (- where the H1 normally shows )
2) have the price aligned on the right – and if possible in the same bar where it is written shop
3) take out the UGS, category and tagthis would make the page much more the one in Abundance shop that we had previously. thanks a lot
August 27, 2015 at 5:33 pm #494350Hi anniet!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottAugust 27, 2015 at 5:40 pm #494362Here you are,
If there is also a way to increase the size of the main image, it would be much appreciated…
August 28, 2015 at 11:20 am #494759Any idea ?
August 28, 2015 at 4:50 pm #494977Hi!
Add this to your custom CSS.
.sku_wrapper { display: none !important; } .single-product .product_title { position: absolute; top: -100px; left: 0px; } .single-product .price { position: absolute; top: -100px; right: 0px; } .single-product .main-title, .single-product .main_title { display: none !important; }You can change the product image sizes in Dashboard > Woocommerce > Settings > Products > Display.
Regards,
Elliott-
This reply was modified 10 years, 2 months ago by
Elliott.
October 1, 2015 at 6:01 pm #512320Hi Elliott,
Thanks a lot. It functions well the price and the title are up. It looks definitely better
But
1) The title is orange and I would like it to be black as in other parts of the site
2) The stars are cut in halfOctober 1, 2015 at 8:07 pm #512400Hi!
Add this.
.entry-summary .woocommerce-product-rating { top: 0px !important; } h1.entry-title, h1.entry_title { color: black !important; }Cheers!
ElliottOctober 2, 2015 at 10:15 am #512668Thanks, it works fine.
any idea to have the description use full width ?
October 2, 2015 at 7:45 pm #512990Hi!
Add this.
.single-product-summary { overflow: visible !important; }Regards,
Elliott -
This reply was modified 10 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
