• SkylerGainsb

    (@skylergainsb)


    I tried adding the AT Social Icons widget to all four footers in the Fashionistas (Fashionista?) theme, and they don’t appear in any of them. As you can see, they will only appear in the header. I want them in one of the footers.

    dene-tha.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SkylerGainsb

    (@skylergainsb)

    It also appears to be a blind link. How do I change the link in the social media widget?

    Hi S

    Actually the social media widget is working in the footer, except there are some css issue.

    Add the below css at the bottom of the child theme‘s style.css to make the icons work.

    .site-extra .widget-social-icons li {
    	float: left;
    	margin: 5px 10px 5px 0;
    	text-align: center;
    	}
    .site-extra .widget-social-icons li a {
    	display: block;
    	}
    .site-extra .widget-social-icons li a [class^="ico-"]:before {
    	width: 40px;
    	margin: 0;
    	color: #fff;
    	font-size: 20px;
    	line-height: 40px;
    	background: #333;
    	}
    .site-extra .widget-social-icons li a:hover [class^="ico-"]:before {
    	background: #1fa0ae;
    	}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Media Widget not working in Footer’ is closed to new replies.