Thread Starter
cneigh
(@cneigh)
Sorry about that. Here you go.
http://www.brittandchris.net
Just go to your Dashboard and under Appearance click on “Mystique Settings” then go to “User CSS” and then go to “Hide Twitter Button”
/* Hide Twitter button */
#header a.twitter {display:none;}
Thread Starter
cneigh
(@cneigh)
Wow didn’t even see that there. Thanks!
You can also remove the following line from style.css:
#header a.twitter{background:transparent url(images/nav-icons.png) no-repeat left top;}
Three popular fixes to Mystique:
Make these modifications to Appearance > Mystique settings > User CSS
>>> To close the gap between the navbar menu and the content and make it 3px wide, add
.shadow-right {
background: url("images/shadow.png") no-repeat scroll right bottom transparent;
padding-bottom: 3px;
position: relative;
}
>>> To make the gap above the main logo much smaller, add:
#site-title{padding:1em 0 0em 0;}
>>> To remove the Twitter and RSS icons from behind the navbar
#header a.twitter {display:none;}
#header a.rss {display:none;}
Just wanted to say thanks to hailtothechef, Jamaica1985 and mfjram for psoting a solution. I’ve been trying to figure out where to code was to get rid of them for almost an hour.