Home › Forums › WordPress Plugins › Hide My WP › Not hiding Theme name traces
- This topic has 1 reply, 2 voices, and was last updated 9 years, 9 months ago by
Suman M..
-
AuthorPosts
-
October 14, 2015 at 11:28 pm #5124
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′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’avada-stylesheet-css’ href=’http://web.com/skeleton/main.css?ver=7651cc7be18cc6ab3f0203d76582de80′ 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′ 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′ 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′ type=’text/css’ media=’all’ />October 15, 2015 at 5:58 am #5136Hi, 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..
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.