Remove references to Inkthemes & Colorway

Discussion in 'ColorWay WordPress Theme' started by Katia, Apr 26, 2013.

  1. Katia

    Katia New Member

    Joined:
    Dec 28, 2011
    Messages:
    8
    Likes Received:
    0
    Hi there,
    I'd like to be able to fully white label the theme. Is it possible please? 2013-04-25_2209.png 2013-04-25_2213.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  3. Katia

    Katia New Member

    Joined:
    Dec 28, 2011
    Messages:
    8
    Likes Received:
    0
    Thank you Gourav,

    I already followed this link which was a reply to my first question; however following the steps did not resolve it completely.
    I was able to change the name for the theme, but I do still have references to Inkthemes. Please see attached pics in previous
    post. The 2 pics show you were Inkthemes is still referenced, and I want to get rid of that.

    So, please can you give me the steps to remove it?

    Cheers,
     
  4. Gourav

    Gourav Support Staff

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

    Go to style.css present in your theme directory and follow the instruction as shown in image given below
    [​IMG]

    This will solve your issue.
     
  5. Katia

    Katia New Member

    Joined:
    Dec 28, 2011
    Messages:
    8
    Likes Received:
    0
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the theme directory\functions\images and replace the "inkthemeslogo.png" image with your custom logo image (make the same name of your custom logo image as the previous image have i.e. inkthemeslogo.png ).
    This will solve your issue.
     
  7. Katia

    Katia New Member

    Joined:
    Dec 28, 2011
    Messages:
    8
    Likes Received:
    0
    Hi Piyush,

    Can i rename the image something else like xxxlogo.png?

    I don't want any references to Inkthemes.
    Doing it the way you told me doesn't resolve the issue of not having Inkthemes. Please let me know how & where to change references for the link as well?

    Thanks.

    Edit: I totally removed the logo image from the theme\directory\functions\images and yet the image still appears??
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Katia,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #of_container #header .icon-option {
    display: none;}
     
  9. Katia

    Katia New Member

    Joined:
    Dec 28, 2011
    Messages:
    8
    Likes Received:
    0
    Well, It's very frustrating to have to do back & forth so many times for a straightforward reply from you guys!

    I still need to remove your reference please . If there are other places where your reference is please
    just tell me where & how to remove it once and for all.

    Please see here: http://screencast.com/t/07wdht1rK7k

    and here: http://screencast.com/t/I3Pk7bRPmF

    Thank you.
     
  10. Gourav

    Gourav Support Staff

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

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #of_container #header .icon-option {
    pointer-events: none;
    }
    2.For your second issue

    Go to style.css present in your theme directory and follow the instruction as shown in image given below
     

    Attached Files:

  11. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Is it still possible to change the themename when the website is already running on a server?

    Thanks!
     
  12. Gourav

    Gourav Support Staff

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



    We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
     

Share This Page