Home › Forums › WoodMart support forum › button style of widget button style of widget This topic has 3 replies, 2 voices, and was last updated 1 year, 8 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 9, 2023 at 10:20 pm #487745 info1.wdParticipant Hello, Is it possilbe change the “load more” button style to inherit style? This button is come from the widget “RECENT REVIEWS”. Tks! Attachments:You must be logged in to view attached files. August 10, 2023 at 2:52 am #487786 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .wp-block-button__link { color: #fff; background-color: #32373c; border-radius: 9999px; box-shadow: none; padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em; } Please replace the color and change the border-radius as per your needs. Best Regards August 10, 2023 at 6:56 am #487813 info1.wdParticipant Thank you very much! May you help me with one more CSS code. Now the button is on “middle” position, and I want it on “Left”. Thanks! August 11, 2023 at 1:21 am #488028 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .wc-block-components-load-more { text-align: left; } Best Regards Author Posts Tagged: button style of widget Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register