Support » Theme: Fashionistas » Social Media Icons in the Menu Tab

  • Hello Everyone,

    I need some help removing the lines between my social media icons in my Menu Tab. I would still like to keep the lines between the other categories (Outfits, Shop, Travel, Beauty, and Food). Does anyone know how to fix this or access the individual code for each menu item?

    I used the code below to style my icons:

    /* Widget Social Icons */
    .widget-social-icons li {
    	float: left;
    	margin: 5px 10px 5px 0;
    	text-align: center;
    	}
    .widget-social-icons li a {
    	display: block;
    	}

    I have also located the code for the “/” between my other menu items.

    #main-navigation .sf-menu > ul > li:after {
    	width: 6px;
    	float: left;
    	margin-top: 16px;
    	content: "/";
    	display: block;
    	color: #e6e6e6;
    	font-size: 1.8em;
    	font-family: Arial, Helvetica, sans-serif;
    	}

    http://www.luckeyalex.com/

    Thanks,
    Nick

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Media Icons in the Menu Tab’ is closed to new replies.