Home Forums WordPress Plugins Hide My WP Not hiding Theme name traces

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5124
    danko
    Active
    Post count: 24

    Hi,

    I still see the name of the theme in the code.

    I try to change the name in replace tools, but when I do it the website looks bad.

    I got this plugin to hide that information. How can I solve the situation?

    Thank you!.

    Here is some code: I want to hide the name “avada”

    .avada_huge_white_text{position:absolute; color:#ffffff; font-size:130px; line-height:45px; font-family:museoslab500regular; text-shadow:0px 2px 5px rgba(0,0,0,1)}.avada_huge_black_text{position:absolute; color:#000000; font-size:130px; line-height:45px; font-family:museoslab500regular}.avada_big_black_text{position:absolute; color:#333333; font-size:42px; line-height:45px; font-family:museoslab500regular}.avada_big_white_text{position:absolute; color:#fff; font-size:42px; line-height:45px; font-family:museoslab500regular}.avada_big_black_text_center{position:absolute; color:#333333; font-size:38px; line-height:45px; font-family:museoslab500regular; text-align:center}.avada_med_green_text{position:absolute; color:#A0CE4E; font-size:24px; line-height:24px; font-family:PTSansRegular,Arial,Helvetica,sans-serif}.avada_small_gray_text{position:absolute; color:#747474; font-size:13px; line-height:20px; font-family:PTSansRegular,Arial,Helvetica,sans-serif}.avada_small_white_text{position:absolute; color:#fff; font-size:13px; line-height:20px; font-family:PTSansRegular,Arial,Helvetica,sans-serif; text-shadow:0px 2px 5px rgba(0,0,0,0.5); font-weight:700}.avada_block_black{position:absolute; color:#A0CE4E; text-shadow:none; font-size:22px; line-height:34px; padding:0px 10px; padding-top:1px;margin:0px; border-width:0px; border-style:none; background-color:#000;font-family:PTSansRegular,Arial,Helvetica,sans-serif}.avada_block_green{position:absolute; color:#000; text-shadow:none; font-size:22px; line-height:34px; padding:0px 10px; padding-top:1px;margin:0px; border-width:0px; border-style:none; background-color:#A0CE4E;font-family:PTSansRegular,Arial,Helvetica,sans-serif}.avada_block_white{position:absolute; color:#fff; text-shadow:none; font-size:22px; line-height:34px; padding:0px 10px; padding-top:1px;margin:0px; border-width:0px; border-style:none; background-color:#000;font-family:PTSansRegular,Arial,Helvetica,sans-serif}.avada_block_white_trans{position:absolute; color:#fff; text-shadow:none; font-size:22px; line-height:34px; padding:0px 10px; padding-top:1px;margin:0px; border-width:0px; border-style:none; background-color:rgba(0,0,0,0.6); font-family:PTSansRegular,Arial,Helvetica,sans-serif}
    </style>
    <link rel=’stylesheet’ id=’avada-child-stylesheet-css’ href=’http://web.com/skeleton_main/style.css?ver=7651cc7be18cc6ab3f0203d76582de80&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avada-stylesheet-css’ href=’http://web.com/skeleton/main.css?ver=7651cc7be18cc6ab3f0203d76582de80&#8242; type=’text/css’ media=’all’ />
    <!–[if lte IE 9]>
    <link rel=’stylesheet’ id=’avada-shortcodes-css’ href=’http://web.com/skeleton_main/shortcodes.css?ver=7651cc7be18cc6ab3f0203d76582de80&#8242; type=’text/css’ media=’all’ />
    <![endif]–>
    <link rel=’stylesheet’ id=’fontawesome-css’ href=’http://web.com/skeleton_main/fonts/fontawesome/font-awesome.css?ver=7651cc7be18cc6ab3f0203d76582de80&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avada-IE-fontawesome-css’ href=’http://web.com/skeleton_main/fonts/fontawesome/font-awesome.css?ver=7651cc7be18cc6ab3f0203d76582de80&#8242; type=’text/css’ media=’all’ />

    • This topic was modified 9 years, 9 months ago by danko.
    • This topic was modified 9 years, 9 months ago by danko. Reason: Adding info
    #5136
    Suman M.
    Post count: 12480

    Hi, you can replace text like avada-child-stylesheet-css, avada-shortcodes-css, etc within tag using “replace in html” option under replace tools tab. But it’s not recommended to replace CSS class names (like avada_huge_white_text) and javascript variable names as these might have been used internally by theme and doing so might break your site’s styling and/or functioning.

    • This reply was modified 9 years, 9 months ago by Suman M..
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.