Home / Widgets / Make “Follow on TikTok” Button Larger and Full Width.
Duplicate Snippet

Embed Snippet on Your Site

Make “Follow on TikTok” Button Larger and Full Width.

This will make the "Follow on TikTok" button in the header span the whole width of the feed and make the text larger.

Code Preview
css
.sb-feed-header-profile {
    display: none !important;
}
.sb-feed-header-btn-ctn {
    display: block !important;
    width: 100% !important;
}
.sb-feed-header-btn-ctn button {
	width: 100% !important;
	font-size: 20px !important;
}

Comments

Add a Comment