Tagged: x
-
AuthorPosts
-
December 30, 2016 at 12:21 pm #1310138
.buddypress .wp-embed-footer {
display: table;
width: 100%;
margin-top: 30px;
display: none;
}.buddypress blockquote.wp-embedded-content {
display: none;
}.buddypress .wp-embed-meta, .wp-embed-site-title {
display: none;
}I would like these to work, but I feel like they are being overwritten. Anyways to make my css take priority?
December 30, 2016 at 3:08 pm #1310254Hi There,
You can try display: none !important;
If that does not work it means you probably have a CSS syntax mistake somewhere on your code before this.
Let us know how it goes and in case it does not work please provide your URL and point these elements on your website.
Thanks
Joao
December 30, 2016 at 4:03 pm #1310319It didnt work 🙁
ix3gaming.com/ix3simba
December 30, 2016 at 8:07 pm #1310580Hi There,
Add this on top of your custom CSS.
body .wp-embed-footer, body blockquote.wp-embedded-content, body .wp-embed-meta, body .wp-embed-site-title { display: none !important; }
Or on your child theme’s style.css file.
Thanks.
December 31, 2016 at 8:19 am #1310937That didn’t work either.
December 31, 2016 at 10:19 am #1311004I actually found an article on this topic. I need to get copy the core files to my child theme and edit them in there. Thanks for looking into it though!
December 31, 2016 at 10:20 am #1311006https://www.ostraining.com/blog/wordpress/embed-theming/
^for anyone else who searches this.
December 31, 2016 at 8:03 pm #1311282Hello There,
Thanks for updating us in! We’re just glad that you have figured out a way to resolve the issue. If there anything else we can help you with, please let us know by posting it in a new separate thread.
Best Regards.
-
AuthorPosts