Home Forums WordPress Plugins Hide My WP My Theme Still Appears

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11335
    Marcos
    Post count: 5

    Everything works well and many websites cannot detect that I am using wordpress.

    However, when I go to sources under inspect elements, it shows what theme I am using. How can I change the theme and name it something of my own? Or how can I get rid of that?

    • This topic was modified 9 years ago by Marcos. Reason: adding image
    Attachments:
    You must be logged in to view attached files.
    #11348
    Suman M.
    Post count: 12480

    Hi, please change @import url(“../Divi/style.css”); in your child theme’s style.css to @import url(“http://aplusbuffet.ca/skin_main/style.css”);

    #11363
    Marcos
    Post count: 5

    Awesome! Thanks.

    Now another issue. Because I am trying to set it as https. Secured website. However, when I change the link with the https://…. it ruins the website.

    Solution?

    • This reply was modified 9 years ago by Marcos.
    #11373
    Suman M.
    Post count: 12480

    You’ll also need to change http://aplusbuffet.ca/skin_main/style.css to https://aplusbuffet.ca/skin_main/style.css in @import url(…) in theme’s style.css

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.