Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #402082

    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;
    }
    #402228

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #402263
    This reply has been marked as private.
    #402521

    Hey!

    Thank you for the link.

    Add this to the Quick CSS field:

    span.comment-count {
    background: black;
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.