Results 1 to 2 of 2

Thread: Tip to get rid of black "Welcome Visitor" bar in WP

  1. #1
    Thread Starter
    Expired Customer jatun2's Avatar
    Join Date
    Sep 2012
    Location
    Canada
    Posts
    169
    Thanks
    19
    Thanked 6 Times in 5 Posts

    Tip to get rid of black "Welcome Visitor" bar in WP

    I HATE that bar and HATE that wp does not have a global delselect to remove it.

    I added this to my Simply responsive css.

    Code:
    /* remove black welcome bar */
    .header_top_res {
        padding-top: 0;
    }
    .header_top_res {
        display: none;
    }
    hope it helps someone save some time.

    Cheers

  2. #2
    Thread Starter
    Expired Customer jatun2's Avatar
    Join Date
    Sep 2012
    Location
    Canada
    Posts
    169
    Thanks
    19
    Thanked 6 Times in 5 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: August 15th, 2014, 05:26 PM
  2. Replies: 5
    Last Post: March 9th, 2013, 05:25 AM
  3. Replies: 5
    Last Post: March 9th, 2013, 05:25 AM
  4. Replies: 9
    Last Post: February 25th, 2013, 10:29 AM
  5. Replies: 3
    Last Post: January 4th, 2012, 07:32 AM