Home › Forums › WoodMart support forum › Minor issues and changes in product and category page.
Minor issues and changes in product and category page.
- This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
August 18, 2019 at 8:30 am #138946
kreativeabuParticipantHi,
Have some minor issues and personalization are listed below:
1. How to change category heading font size in category page and increase icon size please check https://prnt.sc/ou4opk
2. How to change category header width and replace background image https://prnt.sc/ou4p9a
3. Sticky add to cart before price position please check screenshot https://prnt.sc/ou4png
4. Change the font size of attribute old price only https://prnt.sc/ou4psf
5. How to change Font size for product page tags, category, sku and attributes dropdown only https://prnt.sc/ou4q4o
6. Change SKU Position on product page https://prnt.sc/ou4qvx
7. Remove attribute watermark from product images https://prnt.sc/ou4r3j
8. How to set product sidebar exact like your demo like this https://prnt.sc/ou4sm6 not like this https://prnt.sc/ou4sq5
Thank You.
August 18, 2019 at 7:58 pm #139046
Elise NoromitMemberHello,
1. How to change category heading font size in category page and increase icon size please check https://prnt.sc/ou4opk
You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
you need to open your SVG icons file with some editor like Sublime Text or default system text editor and increase width=”31″ height=”40″ attributes to your
<svg>
tag like it is shown: http://prntscr.com/m4n0qw
Then you will need to re-upload your icons in WordPress Dashboard.2. How to change category header width and replace background image https://prnt.sc/ou4p9a
The category page titli size: Dashboard > Pages > Shop page > edit > Title size https://xtemos.com/docs/woodmart/options-for-pages/
3. Sticky add to cart before price position please check screenshot https://prnt.sc/ou4png
HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.
4. Change the font size of attribute old price only https://prnt.sc/ou4psf
Please add this code to the Theme Settings > Custom CSS > Global:
body .price del .amount { fon-size:15px; } body .single-product-page .price del .amount { fon-size:15px; }
5. How to change Font size for product page tags, category, sku and attributes dropdown only https://prnt.sc/ou4q4o
Please navigate to the Theme Settings > Typography > Advanced Typography.
6. Change SKU Position on product page https://prnt.sc/ou4qvx
HTML structure does not allow solving it by custom CSS
7. Remove attribute watermark from product images https://prnt.sc/ou4r3j
Out theme does not have the option.
8. How to set product sidebar exact like your demo like this https://prnt.sc/ou4sm6 not like this https://prnt.sc/ou4sq5
Please navigate to the Theme Settings > Product page > Hide and show element > Upsells products position > Sidebar https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
Best Regards
August 19, 2019 at 5:28 am #139089
kreativeabuParticipant3. Sticky add to cart before price position please check screenshot https://prnt.sc/ou4png
7. Remove attribute watermark from product images https://prnt.sc/ou4r3jThese two points are very important to us. Please do the needful. Any suggestion?
August 19, 2019 at 6:47 am #139110
kreativeabuParticipantIs there anyway to add a row or html block in product page below product summary check screenshot
Attachments:
You must be logged in to view attached files.August 19, 2019 at 8:21 am #139141
Elise NoromitMemberHello,
3. Sticky add to cart before price position please check screenshot https://prnt.sc/ou4png you can customize or find a developer who would it
7. Remove attribute watermark from product images https://prnt.sc/ou4r3j It is impossible.You can create one HTML block and insert its shortcode into the Theme Settings. Before “Add to cart button” & After “Add to cart button” https://xtemos.com/docs/woodmart/html-blocks-2/#before_after
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register