Home Forums WordPress Plugins Hide My WP the Id of css classes and Java script are not hidden.

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27611

    How i can hide the ID of css stylesheet id classes. ref attached

    and also the source link of javascript and css all are not hidden. ref attached

    also i need to know how to use the features:Internal CSS and internal JS. as i dont know what to put the link; what this means: Useful to paste internal CSS code (Require New Theme Path). ref attached

    please i need help

    Attachments:
    You must be logged in to view attached files.
    #27625
    Suman M.
    Post count: 12480

    Hi, to rename plugin names (https://support.wpwave.com/wp-content/uploads/2019/09/2.png), please set “rename plugins” option to ‘all plugins’ in Permalinks & URLs tab.

    To replace stylesheet ID’s, please add replacements like below in “replace in html” section under Replace Tools tab:

    contact-form-7-css => somename-css

    #27626
    Suman M.
    Post count: 12480

    Internal CSS and internal JS options will be used if in case you need to rename CSS class names in the site’s page source.

    For example, if you want to replace css class name “wp-navbar” to something like “xyz-navbar”, then you’ll need to add following replacement in “replace in html”:

    wp-navbar ==> xyz-navbar

    Then copy the css code for wp-navbar from respective css file, replace occurrences of “wp-navbar” with “xyz-navbar”, and add it in “Internal CSS” option in HMWP Source Code tab.

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

You must be logged in to reply to this topic.