Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1310138

    khomiko
    Participant

    .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?

    #1310254

    Joao
    Moderator

    Hi 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

    #1310319

    khomiko
    Participant

    It didnt work 🙁

    ix3gaming.com/ix3simba

    #1310580

    Friech
    Moderator

    Hi 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.

    #1310937

    khomiko
    Participant

    That didn’t work either.

    #1311004

    khomiko
    Participant

    I 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!

    #1311006

    khomiko
    Participant

    https://www.ostraining.com/blog/wordpress/embed-theming/

    ^for anyone else who searches this.

    #1311282

    Rue Nel
    Moderator

    Hello 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.