Home › Forums › WoodMart support forum › Woodmart Decor Template Woodmart Decor Template This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 23, 2018 at 3:14 am #84464 RuiYangParticipant Your slider contains 01. , 02. , 03. , 04. May I know where to get the number template? Or otherwise, what font, size and color of the numbers. Thanks. October 23, 2018 at 6:40 am #84478 Elise NoromitMember Hello, The number consists of two components, the first one is .pagin-style-2 .owl-dots .owl-dot:before http://prntscr.com/l9aq5w here is the code: .pagin-style-2 .owl-dots .owl-dot:before { counter-increment: section; content: "0" counter(section); margin-right: 5px; font-size: 15px; font-weight: 600; } Here is the second: http://prntscr.com/l9ar57 .pagin-style-2 .owl-dots .owl-dot:after { content: ""; height: 2px; width: 15px; background-color: currentColor; -webkit-transition: width .3s ease; transition: width .3s ease; } Best Regards October 23, 2018 at 7:39 am #84490 RuiYangParticipant Where do I add the code? October 23, 2018 at 9:19 am #84499 Elise NoromitMember Hello, You need to change values as per your needs and add it to the Theme Settings > Custom CSS Best Regards October 23, 2018 at 1:42 pm #84544 RuiYangParticipant The code does not work October 23, 2018 at 2:30 pm #84556 Elise NoromitMember Hello, Please provide your site admin access. Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register