Remove Phone label in footer

Home Forums All Other Themes Remove Phone label in footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #88272
    MaryMary
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: June 19, 2016

    Hello. I would like to use the phone field for other text in the footer widget, so I need to remove the phone label. I am using Design Agency Pro theme.

    Here is my website http://www.bksartisanales.com/.

    Can you please let me know how to remove the “Phone:” label from the footer?

    Also, on mobile, i can still see the phone icon at the top even though I tried to remove it. Any suggestions?

    Thanks!

    #88292
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    For mobile

    @media screen and (max-width:767px) {
    .signin_wrap .phno .fa { display:none;}
    }

    For Footer

    Kindly go to footer.php and find text "Phone" and remove there.

    Regards,
    Chris

    #88377
    MaryMary
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: June 19, 2016

    Thank you Chris.

    The first one for the mobile worked great.

    But I am not able to get to the footer.php. How do I find that?

    #88441
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Okay, kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact.

    Regards,
    Chris

    #88530
    MaryMary
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: June 19, 2016

    Thank you Chris. I figured it out. I had to go to Appearance >> Editor then found the Footer.php.

    #88564
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Great!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.