you’ll need to explain what exactly you are doing – ie what do you mean by ‘product’ and how are you copying it and pasting it
So I have a forum and if I paste the link of a product from woopress inside the forum i see this.
I want the white standard black and want to remove the worddpress logo.
This is how i do it.
Easiest way is to change the display using css. Add these to your theme custom css
remove logo by
.wp-embed-footer {
display: none !important;
}
and change the background via
.wp-embed {
background: #000 !important;
}
you will also need to change the fonts as it is currently black, so also add these
.wp-embed {
color: #fff !important;
}
and
.wp-embed-heading a {
color: #fff !important;
}
you have warning triangles next to each, so it doesn’t like something.
Try typing one rather than copy/paste and see if that makes a difference
Hi,
I typed it and it didnt work.
I’ve done some more digging…
Wordpress uses an embed function to do this, which my simple css changes won’t alter
There are 3 ways to overcome this, as pre this blog
https://kinsta.com/knowledgebase/disable-embeds-wordpress/
The first is a plugin, but that is an old one.
I tested
Disable Embeds
and this worked fine.
Hi,
Yes the plugin stops the whole embed. But thats not want i want equally.
I want to remove the logo below and the white background.
I have asked the THeme owner about the codes and he said. The code doesnt work because there is nothing in those blocks.
this isn’t a bbpress thing – wordpress does this for comments, and bbpress just hooks to that.
A quick google found this which shows you how to change the files.
https://www.ostraining.com/blog/wordpress/embed-theming/
sorry – writing a specific solution for you is beyond free help.
How much would this costs me, i am prepared to pay to fix this?
contact me via my website
http://www.rewweb.co.uk