About the Visual Composer FAQ toggle.

Posted in: Newspaper
Post count: 64

Hello,

I use Visual Composer and WP Social Bookmarking Light.
The FAQ toggle will display the SNS button, is this a problem I can solve with CSS?
I want to hide the SNS button at the bottom of the toggle.

images
http://fightersspirits.sakura.ne.jp/065.jpg

my site.

Thanks!

Post count: 22421

Please provide more details to exactly which button you want to hide with css.

Thanks.

Post count: 64

Thank you for your reply.
I want to hide the SNS button displayed by <div class = “vc_toggle_content”>.
It is CSS below.

<div class=’wp_social_bookmarking_light’>
<div class=”wsbl_twitter”>Tweet</div>
<div class=”wsbl_facebook_like”>
<div id=”fb-root”></div>
<p><fb:like href=”http://www.fighters-spirits.com/magazine/archives/3051&#8243; layout=”button_count” action=”like” width=”100″ share=”false” show_faces=”false” ></fb:like></div>
<div class=”wsbl_facebook_share”>
<div id=”fb-root”></div>
<p><fb:share-button href=”http://www.fighters-spirits.com/magazine/archives/3051&#8243; type=”button_count” ></fb:share-button></div>
<div class=”wsbl_hatena_button”> このエントリーをはてなブックマークに追加<script type=”text/javascript” src=”//b.hatena.ne.jp/js/bookmark_button.js” charset=”utf-8″ async=”async”></script></div>
<div class=”wsbl_line”>LINEで送る</div>
<div class=”wsbl_google_plus_one”><g:plusone size=”medium” annotation=”none” href=”http://www.fighters-spirits.com/magazine/archives/3051&#8243; ></g:plusone></div>
<div class=”wsbl_pocket”>Pocket<script type=”text/javascript”>!function(d,i){if(!d.getElementById(i)){var j=d.createElement(“script”);j.id=i;j.src=”https://widgets.getpocket.com/v1/j/btn.js?v=1&#8243;;var w=d.getElementById(i);d.body.appendChild(j);}}(document,”pocket-btn-js”);</script></div>
</div>
<p><br class=’wp_social_bookmarking_light_clear’ /></p>
</div>

Thanks!

Post count: 22421

Please add this custom css in your theme panel-> custom code-> custom css box:

.vc_toggle .wp_social_bookmarking_light{
display:none;
}

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.