Home Forums WordPress Plugins Hide My WP Theme name is still visible

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21304
    Duke
    Active
    Post count: 16

    Hello,
    Could you help me with this …. I noticed that although under the theme we have /skin in the plugin page settings … we can still see the theme name using developer tools. It shows up under wp-content…

    You can check it at the link mentioned below.

    #21305
    Duke
    Active
    Post count: 16
    This reply has been marked as private.
    #21316
    Suman M.
    Post count: 12480

    Hi, the paths are hard coded in CSS file https://caratinfini.com/inc/uploads/fvm/out/header-2ff90277-0.min.css (https://www.screencast.com/t/xTm2xO3pmI)

    You’ll need to manually change the paths like “//caratinfini.com/wp-content/themes/virtue_premium/assets/img/20black.png” to “//caratinfini.com/skin_main/assets/img/20black.png” in header-2ff90277-0.min.css
    (If it’s dynamically generated by the theme, then each time you change any settings in theme, then you might need to make the replacements again)

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

You must be logged in to reply to this topic.