info bar at top

Discussion in 'Infoway WordPress Theme' started by syt5zb, Jun 4, 2013.

  1. syt5zb

    syt5zb New Member

    Joined:
    Apr 28, 2013
    Messages:
    12
    Likes Received:
    0
    Is there a way to just have the dark green bar with no text, social media icons or link button?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .socialicon {
    display: none;
    }
    .topinfobar div.info {
    display: none;
    }
    .siteinfourl {
    display: none;
    }
    .closeicon {
    display: none;
    }
    This will solve your issue.
     

Share This Page