Disable top infobar

Discussion in 'Infoway WordPress Theme' started by sociald, Dec 2, 2014.

  1. sociald

    sociald Guest

    Joined:
    Mar 20, 2014
    Messages:
    18
    Likes Received:
    1
    I need to disable top infobar - Top Right Contact Details and Contact Numbre for tap to call Feature

    thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .topmain_wrapper {
    display: none;
    }
    .header .contactinfo {
    display: none;
    }
    Thanks & Regards
    Pramod
     

Share This Page