Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter JoshS23

    (@joshs23)

    Facebook login doesn’t show on the login page either using firefox.

    Plugin Author Rajat Varlani

    (@the_champ)

    Open “wp-content/plugins/super-socializer/css/front.css” in code editor and change the following CSS at line number 282

    .theChampFacebookButton {
    	background-position: -0px -0px;
    	width: 32px;
    	height: 32px;
    	display: none;
    }

    to following:

    .theChampFacebookButton {
    	background-position: -0px -0px;
    	width: 32px;
    	height: 32px;
    	display: block;
    }

    Save the file.

    Thread Starter JoshS23

    (@joshs23)

    Fixed it ! Thanks for the quick support!

    Plugin Author Rajat Varlani

    (@the_champ)

    Cheers..:)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facebook Icon not showing on Firefox’ is closed to new replies.