Home › Forums › Support › about container’s border style This topic has 9 replies, 2 voices, and was last updated 3 months, 3 weeks ago by David. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts October 20, 2022 at 4:30 am #2379832 bruce hello please see this url https://finechem.baynoe.com/contact-us this style i use container’s border . the line is solid ,how to use dotted. thanks. October 20, 2022 at 5:54 am #2379907 DavidStaff Customer Support Hi there, it will require CSS. Add this CSS to your site: .border-dotted { border-style: dotted; } Then edit the Container Block and in Advanced > Additional CSS Class(es) add: border-dotted Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 20, 2022 at 7:20 am #2380004 bruce hello i mean like this website:http://www.cidic.com.cn/contact.html the address ,the tel,the email’s belowe has the dotted line. just now i add it to container block,but this dotted added to the container. thanks. October 20, 2022 at 8:31 am #2380196 DavidStaff Customer Support OK, if the border has to be only under the text, and will span the width of the container then: 1. Change the CSS to this: .border-dotted .gb-headline-text { flex: 1; border-bottom: 1px dotted #ccc; } .border-dotted span { padding-bottom: 15px; } 2. Select the Headline Block and in Advanced > Additional CSS Class(es) add: border-dotted Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 20, 2022 at 9:25 am #2380247 bruce hello the custom css worked. but BAYNOE CHEM (SUZHOU) CO.,LTD FINECHEM DEPARTMENT,these two title not need dotted line. how to let the dotted line not enable below these two title block. thanks. October 20, 2022 at 9:27 am #2380250 bruce hello i got it. thanks. October 20, 2022 at 9:27 am #2380251 DavidStaff Customer Support Where can i see this ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 20, 2022 at 9:27 am #2380252 DavidStaff Customer Support Glad to hear that!! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 6, 2022 at 2:19 am #2451247 bruce Hello David, other website . use the custom css but has some issue. https://agro.baynoe.com/products-center please help me check again. thanks. December 6, 2022 at 4:15 am #2451348 DavidStaff Customer Support In the steps here: https://generatepress.com/forums/topic/about-containers-border-style/#post-2380196 #2 is to add the border-dotted class. i don’t see that on this other site ? Did you add it to any blocks ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In