Home › Forums › WoodMart support forum › Change wording side bar catagory Change wording side bar catagory This topic has 7 replies, 2 voices, and was last updated 5 years, 6 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts April 18, 2019 at 8:37 am #119609 darkfuryx11Participant Dear Team I need to change wording in landing page side bar from Category to my language. “หมวกหมู่สินค้า” Attachments:You must be logged in to view attached files. April 18, 2019 at 8:53 am #119614 darkfuryx11Participant This position too. in attach file https://snag.gy/Uj6rdG.jpg https://snag.gy/0PReOB.jpg April 18, 2019 at 9:36 am #119634 Elise NoromitMember Hello, You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you rewrite your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3 Best Regards April 22, 2019 at 9:49 am #120283 darkfuryx11Participant Thank you bro. your solution can help me. but i cant find some word in category. “read more” When i change setting to Thai language, this wording change to “อ่านเพิ่มเติม” but i cant find both read more and อ่านเพิ่มเติม in green button. https://snag.gy/GNyXWl.jpg April 22, 2019 at 9:52 am #120285 darkfuryx11Participant I need to make border column design side bar category. https://snag.gy/nLo1K3.jpg to https://snag.gy/dBLf54.jpg when i hover mouse , need to change from white to blue that category. April 22, 2019 at 11:59 am #120307 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .widget_product_categories .product-categories li { border-bottom: 1px solid #dddddd; border-left:1px solid #dddddd; border-right:1px solid #dddddd; padding:0 10px; } .widget_product_categories .product-categories li:first-child{ border-top: 1px solid #dddddd; } Try to find “Read More” in Woocommerce files Best Regards May 21, 2019 at 10:45 am #124898 darkfuryx11Participant thank you team, then i need when mouse hover need background category change to transparent blue and font turn to white. Code please. May 21, 2019 at 1:41 pm #124969 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .widget_product_categories .product-categories li:hover { background-color:blue; } body .widget_product_categories .product-categories li:hover > a { color:white; } Best Regards Author Posts Tagged: side bar Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register