Delete VideoCraft Pro Theme Options and Logo from Options Page

Discussion in 'VideoCraft WordPress Theme' started by brianskim, Dec 30, 2013.

  1. brianskim

    brianskim New Member

    Joined:
    Dec 2, 2013
    Messages:
    8
    Likes Received:
    0
    What file do I need to modify to remove this? Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to functions > admin-interface.php present in your theme directory and remove the code given below

    Code:
    <div class="logo">
            <h2><?php echo $themename; ?> Options</h2>
          </div>
          <a href="http://www.inkthemes.com" target="_new">
          <div class="icon-option"> </div>
          </a>
    Check image for reference
    2013-12-31_1532.png


    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page