• Hi, I was hoping someone could assist me. I installed a twitter plugin, i removed it, but still have “follow me on Twitter” on the Navigation/Menu, I cannot see it in Style.css. I am using Studio Press Corporate theme. URL: https://www.burgessco.com.au/wp thank you in advance for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try removing it from your Menus screen in under Appearance.

    Bruce

    Thread Starter sharonoz

    (@sharonoz)

    I went into the Appearance, checked Menus screen and it doesnt appear there.

    I have tried going into Appearance and then Editor. I found this under Primary Navigation Extras this
    #nav li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 0 0 0 20px;
    }
    I have tried deleting this and still no luck.
    Any other suggestions?

    Try adding display: none; to the above CSS code:

    #nav li.twitter a {
        background: url("images/twitter-nav.png") no-repeat scroll left center transparent;
        display: none;
        padding: 0 0 0 20px;
    }

    Thread Starter sharonoz

    (@sharonoz)

    Success!

    Thank you so much for your help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cannot remove "follow me on Twitter on Navigation Bar’ is closed to new replies.