Home › Forums › WoodMart support forum › How to change Font-size für Groundprice? How to change Font-size für Groundprice? This topic has 4 replies, 2 voices, and was last updated 2 years ago by Elise Noromit. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts February 11, 2023 at 12:19 am #442172 andreasneParticipant Hi, i have set the normal price to a new color and size. But now the Groundprice is in the same size 🙁 How can i change it? Attachments:You must be logged in to view attached files. February 11, 2023 at 1:07 am #442181 andreasneParticipant OK… custom CSS 🙂 .price-unit, .price-unit > .amount { font-size: 14px !important; } February 11, 2023 at 1:59 am #442192 Elise NoromitMember Hello, You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography. Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/ Best Regards February 11, 2023 at 2:16 am #442194 andreasneParticipant Yes, but the problem is that the Advanced typography option can only change the product price. Then are both prices with the same style. February 12, 2023 at 5:38 am #442329 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .price ins span bdi span{ font-size:20px; } Please change the size as per your needs. Best Regards Author Posts Tagged: grundpreis Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register