Deleting Top Infobar

Discussion in 'Infoway WordPress Theme' started by armin, Apr 9, 2013.

  1. armin

    armin New Member

    Joined:
    Apr 6, 2013
    Messages:
    4
    Likes Received:
    0
    Hi there,

    is it possible to delete the Top Infobar completely.
    I do not want only hide it, it should be really deleted and the reason behind is this...

    A customer of mine wants to have installed an other Infobar. It's a plugin which doesn't work correctly due to the inbuilt infobar.

    Does anybody has an idea how I could solve this issue?

    Thanks in advance,
    Armin
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .topinfobar {
    display: none;
    }
     
  3. armin

    armin New Member

    Joined:
    Apr 6, 2013
    Messages:
    4
    Likes Received:
    0
    This is unfortunately not a workable solution.

    With this solution the Infobar only will not be displayed, but it is still installed and causes an error with the installed plugin version.

    In the plugin version text and link will be displayed indeed, but the clicks will not tracked and the Infobar cannot be closed.

    Which file contains the code for the Top Infobar?

    Thanks.
     

Share This Page