• Resolved cneigh

    (@cneigh)


    I disabled the Mystique | Twitter widget but the Twitter icon that shows up in the navigation bar remains. I have done everything I can think of without success. I was wondering if anyone else has had this issue and what have you done to resolve it. Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Provide your blog URL.

    Thanks,

    Shane G.

    Thread Starter cneigh

    (@cneigh)

    Sorry about that. Here you go.

    https://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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Twitter Icon from Navbar’ is closed to new replies.