Remove Phone Number Section (Not Phone Icon) From Header

Discussion in 'BlogSpring WordPress Theme.' started by kristacbrennan, Mar 14, 2014.

  1. kristacbrennan

    kristacbrennan New Member

    Joined:
    Mar 14, 2014
    Messages:
    3
    Likes Received:
    0
    I used the Custom CSS code to remove the phone icon, but I still need to remove the phone number. How do I do it? Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .call_us p {
    display: none;
    } 
    This will solve your issue.
     
  3. cjortman

    cjortman New Member

    Joined:
    Nov 3, 2015
    Messages:
    1
    Likes Received:
    0
    I tried this code to remove the phone number, and it did not work. Any other ideas?
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Try this code (given below) in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .call_us {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page