hide telephone number strip up top

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Dec 15, 2016.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    how can i hide the telephone number strip above the header? please see attached screenshot for reference.

    thanks,
    rex
     

    Attached Files:

  2. shruti26

    shruti26 Guest

    Hi Rex,

    To hide the concerned section just paste the code given below in Custom CSS section
    (Appearance -> Customizer -> Theme Settings -> Custom Settings -> Custom CSS Section ) of your dashboard.

    Code:
    .top_strip {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Excellent, thanks! :)
     
  4. shruti26

    shruti26 Guest

    My pleasure Rex :)
     
Thread Status:
Not open for further replies.

Share This Page