Top Infobar Link Text

Discussion in 'Infoway WordPress Theme' started by w_nicolas23, Oct 6, 2013.

  1. w_nicolas23

    w_nicolas23 New Member

    Joined:
    Mar 9, 2013
    Messages:
    9
    Likes Received:
    0
    Hi,
    I would like to know how to delete the
    Top Infobar Link Text.


    Thank you
    Nicolas
     
  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:
    .topinfobar .siteinfourl p {
    display: none;
    }
    This will solve your issue.
     

Share This Page