• Resolved Hypno_Pboro

    (@hypno_pboro)


    I’ve just realised that the social bar is still on my website (I’d set it to the colour of the background initially to ‘ignore’ it).

    I’ve got this CSS in my child theme, but if I reset the colour to anything except for the background it still shows.

    #st-socialbar-wrapper {
    	display: none!important;
    }
    
    #st-socialbar-wrapper {
    	height: 0px;
    }

    It’s weird but this seems to be the same as the CSS I’ve used on some other websites, but I never had to change the socialbar’s color to ‘hide’ it in those. Perhaps there’s a typo I’m not seeing, so I’ll check but I’d appreciate any tips on this.

    I’d like to remove it so there’s less ‘dead space’ at the top of the page.

    I’ve looked through the posts on here but couldn’t find an answer.

    Any suggestions anyone?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I remove the socialbar from my website?’ is closed to new replies.