How To Add Social Media Follow Box Widget To Blogger Website
gamingtechnicalguruji
How To Add Social Media Follow Box Widget To Blogger Website Step 01: First of all Login to your Blogger Dashboard. Step 02: On Blogger Dashboard, click Theme . Step 03: Click the next to 'customize' button. Step 04: Click Edit HTML you will be redirected to editing page. Step 05: Now search the code </head> and paste the following CSS codes just above to it. .CSS <style>
/* Sidebar Social */
.scW{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background-color:white;padding:10px;box-shadow:0 0 25px rgba(0,0,0,.07);border-radius:8px;color:inherit;overflow:hidden} .widget-content .scW:not(:first-child){margin-top:25px} .scW::after{content:attr(data-text);position:absolute;right:0;bottom:0;background:var(--linkC);color:#fff;font-size:11px;font-weight:600;padding:4px 10px 4px 20px;border-radius:30px 0 0 0} .scC{width:calc(100% - 50px);margin-left:8px} .scW.ig::after{background:#e1306c} .scW.yt::after{background:#ff0000} .scW.tg_or_tw::after{background:#229ed9}
.scW.fb::after{background:#3b5998}.scC…