Home › Forums › WoodMart support forum › orderby button orderby button This topic has 9 replies, 2 voices, and was last updated 2 years, 7 months ago by Elise Noromit. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts January 28, 2022 at 1:13 pm #348654 gisasrls15Participant 1) hi, is it possiple tu add a string instead of the two arrow button? 2)is it possible to add a string globally under the add to cart button? Attachments:You must be logged in to view attached files. January 28, 2022 at 11:25 pm #348758 Elise NoromitMember Hello, Your request is not clear enough, do you want to replace the icon with the text? I am afraid it is not possible to add anything below the button. Best Regards February 14, 2022 at 4:46 pm #352937 gisasrls15Participant yes i want to replace the icon with the text February 15, 2022 at 12:52 am #353022 Elise NoromitMember Hello, What text do you want to insert instead of those arrows? Best Regards February 17, 2022 at 10:18 am #353751 gisasrls15Participant i want to insert ‘ORDINA’ instead od arrows, thanks February 17, 2022 at 7:22 pm #354040 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .woocommerce-ordering:after { color: #2d2a2a; font-size: 10px; content: "ORDINA"; } Best Regards April 21, 2022 at 11:02 am #369870 gisasrls15Participant Hello sorry for the trouble, your code worked until the last update of the theme, now it doesn’t work anymore, can you help me? April 22, 2022 at 3:47 am #370039 Elise NoromitMember Hello, Please replace the code with this one: @media (max-width: 768.98px){ body .woocommerce-ordering.wd-ordering-mb-icon:after { content: "ORDINA"; } } Best Regards April 22, 2022 at 11:20 am #370106 gisasrls15Participant hi I have implemented your code but it is not displayed correctly, it disappears from the screen as in the picture Attachments:You must be logged in to view attached files. April 23, 2022 at 2:47 am #370355 Elise NoromitMember Hello, Please replace this code with this one: @media (max-width: 768.98px){ body .woocommerce-ordering.wd-ordering-mb-icon:after { color: #2d2a2a; font-size: 10px; content: "ORDINA"; } } If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register