Remove inline css

Posted in: Newspaper
Post count: 217

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!

Post count: 6600

Hi,

You can edit the style.css file located in theme’s root and remove them from there.

Thanks

Post count: 217

No, thats not where the content come from.

It’s below this in the source code: <!– Style compiled by theme –>

I did look in the Style.css, but there is no buddypress or woocommerce stuff anymore, because I deleted it a while ago.

Post count: 6600

Hi,

You can find it and remove it from the td_css_generator.php file: http://screencast.com/t/UXzjNBbmLdGZ

Thanks

Post count: 2

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

Post count: 6600

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

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.