Any way to hide or at least shrink the 'Powered by Tenor' branding on the search box? Mine is out of control. Thanks for any help.
Any way to hide or at least shrink the 'Powered by Tenor' branding on the search box? Mine is out of control. Thanks for any help.
Please leave the example URL to allow us to check the issue and provide solution for you.
@astgh here the link. Thank you.
https://offensively-patriotic.com/2022/04/24/truth-social-migrates-to-rumble-cloud/
We don't see the Tenor button on your website: https://www.screencast.com/t/CxufHFLQx
In any case, you can use the CSS code is provided below:
.wpdiscuz-tenor-powered-by {
display: none;
}
The code removes the "Powered by Tenor" section.
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
@astgh Apologies. I had this turned off for guests. It's turned on now. I actually already had this code added after finding it in the forums. This only removed the branding from the actual GIFs themselves. The search box still has the 'powered by tenor' that is huge and breaks CSS.
Please use this CSS code:
#wpdiscuz-tenor-popup #wpdiscuz-tenor-powered-by img {width: 100% !important;}
It should solve the issue.
@astgh Sorry, but this didn't resolve. I even tried setting this to 50% just to see if that would adjust it at all, and it didn't. I made sure to wipe all cache.
@astgh Yep. Just went through and cleared main cache and minified files. Also cleared the comment cache just in case.
Please record a video where we can see that the code is added and the caches are cleared.
Currently, the code provided by us isn't found in the styles. Please watch this video: https://www.screencast.com/t/0AqQJndrvBVG
@astgh I ended up setting the height as well as the width and this resolved. Thank you.

