Home › Forums › WoodMart support forum › product page bullets product page bullets This topic has 12 replies, 2 voices, and was last updated 3 years, 11 months ago by Elise Noromit. Viewing 13 posts - 1 through 13 (of 13 total) Author Posts March 9, 2021 at 12:40 pm #272121 mitcheosParticipant Hi, point format in the product pages adds an arrow instead. How do I fix this? Thanks Attachments:You must be logged in to view attached files. March 9, 2021 at 2:51 pm #272153 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .wc-tab-inner>div>ul>li:before{ display:none; } body .wc-tab-inner>div>ul>li{ list-style-type:disc; } Best Regards March 10, 2021 at 9:50 am #272320 mitcheosParticipant Thanks Elise, that fixed it! March 10, 2021 at 10:59 am #272345 mitcheosParticipant I also get the same issue on post page, see link below. Any ideas how to fix it? March 10, 2021 at 2:35 pm #272431 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .wpb_text_column .wpb_wrapper>ul>li:before{ display:none; } .wpb_text_column .wpb_wrapper>ul>li{ list-style-type:disc; } Best Regards March 12, 2021 at 11:04 pm #273192 mitcheosParticipant Also, one more thing. The new line spacing is not working on the custom tab content. March 13, 2021 at 12:15 pm #273269 Elise NoromitMember Hello, Please provide the screen of what you mean. Best Regards March 14, 2021 at 5:21 am #273354 mitcheosParticipant screenshot below Attachments:You must be logged in to view attached files. March 14, 2021 at 4:20 pm #273421 Elise NoromitMember Hello, Please try to press “Enter” to get paragraphs if it does not work, provide your site admin access I will check the settings. Best Regards March 15, 2021 at 9:40 am #273551 mitcheosParticipant Please see login details below. March 15, 2021 at 12:32 pm #273595 Elise NoromitMember Hello, Please check the credentials I cannot log in. Best Regards March 16, 2021 at 1:45 am #273747 mitcheosParticipant . March 16, 2021 at 3:11 pm #274012 Elise NoromitMember Hello, Please add this code to the functions.php of the child theme: function woodmart_custom_product_tab_content() { // The new tab content $tab_content = get_post_meta( get_the_ID(), '_woodmart_product_custom_tab_content', true ); echo wpautop( do_shortcode( $tab_content ) ); } Best Regards Author Posts Viewing 13 posts - 1 through 13 (of 13 total) You must be logged in to create new topics. Login / Register