Home › Forums › WoodMart support forum › shop page/single product shop page/single product This topic has 1 reply, 2 voices, and was last updated 10 hours, 50 minutes ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 11, 2025 at 10:57 am #644697 vtParticipant hello i am trying to make this text from taxes below the price https://prnt.sc/XW_L00cjFc-n and i am also trying to add a text before the price https://prnt.sc/4N_J__eUKJVO March 12, 2025 at 10:06 am #645040 Hung PhamKeymaster Hi vt, Thanks for reaching to us. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section: .price { display: flex; flex-direction: column; } .price span { margin-bottom: 5px; } p.price > span:first-child::before { content: "Your Pretext Here: "; display: inline; } Regards, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register