Tagged: ALB, comments Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 25, 2015 at 3:25 pm #402082 mohmoParticipant Hi, i use this code to display the social share toolbar before comment list, but the round border of comment count disappear. help add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; $content .= do_shortcode('[av_comments_list]'); return $content; } February 25, 2015 at 5:43 pm #402228 JosueInactive Moderator Hi, Can you post the link to your website please? Regards, Josue February 25, 2015 at 6:21 pm #402263 mohmoParticipant This reply has been marked as private. February 26, 2015 at 9:00 am #402521 IsmaelModerator Hey! Thank you for the link. Add this to the Quick CSS field: span.comment-count { background: black; } Regards, Ismael Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In