Hi,
how to remove the inline css like >>>
.woocommerce .button, .woocommerce .form-submit #submit, .widget_price_filter .ui-slider-handle,
.jetpack_subscription_widget input[type=”submit”], .pp_woocommerce .pp_close, .pp_woocommerce .pp_expand,
.pp_woocommerce .pp_contract, .pp_woocommerce .pp_arrow_previous, .pp_woocommerce .pp_arrow_next, .pp_woocommerce
.pp_next:before, .pp_woocommerce .pp_previous:before, #bbpress-forums .button {
background: #cc0066 !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .bbp-template-notice, .td-reply-list-header {
border-color: #cc0066 !important;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before, .td-login-button {
background-color: #cc0066 !important;
}
.buddypress #buddypress div.dir-search input[type=”submit”], .buddypress #buddypress .message-search
input[type=”submit”], .buddypress #buddypress .item-list-tabs ul li.selected a,
.buddypress #buddypress .generic-button a, .buddypress #buddypress .submit input[type=”submit”],
.buddypress #buddypress .ac-reply-content input[type=”submit”], .buddypress #buddypress .standard-form
input[type=”submit”], .buddypress #buddypress .standard-form .button-nav .current a, .buddypress #buddypress .standard-form .button, .buddypress #buddypress input[type=”submit”],
.buddypress #buddypress a.accept, .buddypress #buddypress #activate-page .standard-form input[type=”submit”],
.buddypress #buddypress .standard-form #group-create-body input[type=”button”],
.post-password-required input[type=”submit”] {
background: #cc0066 !important;
}
.buddypress #buddypress .groups .item-meta, .bbp-forum-title:hover, .td_login_tab_focus, .block-mega-child-cats a.cur-sub-cat {
color: #cc0066 !important;
}
Thank you!
Hi,
You can find it and remove it from the td_css_generator.php file: http://screencast.com/t/UXzjNBbmLdGZ
Thanks
Hi!
Sorry that i answer in another topic. I can’t leave the comment in quotes toptic.
So I don’t have the extra shortcodes block on my web site. What should I do?
Here is screen shot: http://joxi.ru/LQ2KnYRbuqq6mj
Hi,
This may be due to other plugins, maybe some that add other shortcodes and remove those from the theme. Please make sure you deactivate all plugins and check this again. Also empty cache and/or purge files if you use any cache or CDN plugins.
Please let me know if this helps or not!
Thanks