Home › Forums › WoodMart support forum › Add one word before the price Add one word before the price This topic has 1 reply, 2 voices, and was last updated 7 months, 1 week ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 8, 2024 at 1:14 pm #564104 ELOParticipant Is it possible to add a word before the price on single product pages? We need to add the word “from” like: from 100,00€ This topic was modified 7 months, 1 week ago by ELO. May 9, 2024 at 8:40 am #564274 Hung PhamKeymaster Hi ELO, Thanks for reaching to us. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: .single-product p.price span.amount:first-child:before { content: "From"; margin-right: 5px; } Regards, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register