Home › Forums › WoodMart support forum › How to add border in product layout
How to add border in product layout
- This topic has 19 replies, 3 voices, and was last updated 6 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
August 17, 2018 at 3:23 pm #73106
indrapalParticipantHi team,
How do I add border to this product layout https://prnt.sc/kjtw8j https://prnt.sc/kjtwar like this one https://prnt.sc/kjtwca
August 17, 2018 at 3:36 pm #73107
indrapalParticipantAnd How to change price color to #00000
August 17, 2018 at 3:43 pm #73109
Artem TemosKeymasterHi,
To do this you will need to copy the file
woodmart/woocommerce/content-product-standard.php
to the child theme and put this line before all the code<div class="woodmart-product-wrapper">
and this to the end of the file
</div>
Also, add this code snippet to the Custom CSS area in Theme Settings
.product .woodmart-product-wrapper { border: 1px solid #efefef; padding-bottom: 20px; }
Regards
August 18, 2018 at 2:39 am #73158
indrapalParticipantThanks team,
One more help needed, how to change search bar placeholder text color to #212121
August 18, 2018 at 3:05 pm #73184
indrapalParticipantFixed it thanks
August 18, 2018 at 3:34 pm #73187
Elise NoromitMemberHello,
Please add this code to the Theme settings >custom CSS:
.searchform ::-webkit-input-placeholder { color: #212121!important; } .searchform :-ms-input-placeholder { color: #FF00AE!important; } .searchform ::-ms-input-placeholder { color: #212121!important; } .searchform ::placeholder { color: #212121!important; }
Best Regards
August 20, 2018 at 1:59 am #73311
indrapalParticipantThanks, and how do I change shop page product price to #000 color
August 20, 2018 at 7:31 am #73348
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS:
.price span{ color:#000000; }
Best Regards
August 20, 2018 at 3:10 pm #73424
indrapalParticipantThanks,
Just updated theme to latest version but showing this errors when I clicks on Header and on homepage header bar is also not showing properly..
Attachments:
You must be logged in to view attached files.August 20, 2018 at 3:43 pm #73439
Elise NoromitMemberHello,
The issue has been fixed. Please update your theme to version 2.10.1
Best Regards
August 20, 2018 at 3:46 pm #73440
indrapalParticipantPlease check
August 20, 2018 at 4:31 pm #73452
Artem TemosKeymasterPlease, update to the latest version 2.10.1
August 20, 2018 at 4:46 pm #73463
indrapalParticipantWhere to download it, I have just now downloaded from themeforest but still version is showing 2.10
August 20, 2018 at 6:38 pm #73479
Elise NoromitMemberHello,
Please login your Themeforest account again and download the fresh version.
Best Regards
August 22, 2018 at 4:19 pm #73857
indrapalParticipantHi team,
How to increase sidebar width size from 16% to 20%
August 22, 2018 at 5:23 pm #73874
Elise NoromitMemberHello,
It is possible to do with custom CSS:
.shop-content-area.col-md-push-2 { left: 20%; } .shop-content-area.col-md-10 { width: 80%; } .area-sidebar-shop.col-md-pull-10 { right: 80%; } .area-sidebar-shop.col-md-2 { width: 20%; }
Add this code to the Theme Settings > Custom CSS > Desktop.
Best Regards
August 23, 2018 at 2:50 pm #74024
indrapalParticipantThanks Team,
Is there any option or code to show 5 products in a row.
Attachments:
You must be logged in to view attached files.August 23, 2018 at 4:20 pm #74038
Elise NoromitMemberHello,
No, there is not such an option. Our theme is based on Bootstrap grid and it does not support 5 column grid.
Perhaps we shall add such an option in future.
Best Regards
August 23, 2018 at 4:31 pm #74042
indrapalParticipantThanks team for your quick response.
One more query I have, I want to change “Browse Categories” text to “Shop By Categories” on header menu
Attachments:
You must be logged in to view attached files.August 23, 2018 at 5:44 pm #74054
Elise NoromitMemberHello,
You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Best Regards
-
AuthorPosts
The topic ‘How to add border in product layout’ is closed to new replies.
- You must be logged in to create new topics. Login / Register