Removing header phone number

Home Forums IT Consultant Support Removing header phone number

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10803
    Jane RandelJane Randel
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: August 24, 2015

    Is there a way to remove the phone icon and number form the header? If so, where is this controlled?

    Also, where can you control the color of the “Read More” links in the four sections and the footer menu color?

    #10824
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    I see you have already removed phone number and icon.

    Read more is in index.php (appearance>editor>index.php)

    Code is:                             <span class=”read”><?php _e(‘Read More’,’skt_itconsultant’); ?></span>

    Change read more within single quotes to desired.

    Go to your domain.com/wp-admin/themes.php?page=skt_itconsultant-options

    And click on Footer.

    There you have Footer background color.

    Regards,

    Shri

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

    How did you remove your phone icon from the header?

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

    Hi Mary,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .phno i{display:none;}

    Regards,
    Brad

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