transferred blog has carry over items

Hello,

I transferred a blog to a new server and updated it with BeTheme. I see elements at the bottom of the post page that I cannot edit (share, like, and old related posts). https://staging2.eyeonearlychildhood.org/2025/05/06/our-advocacy-network-in-action-erica-maia/?mfn-template-id=26335

I created a new blog gallery template, which displays the new block and an uneditable view of posts. How do I get rid of the bottom one or edit the design to make that as the view? https://staging2.eyeonearlychildhood.org/?page_id=11

Thanks!

Comments

  • Hi,

    I do not see that on your website.

    Did you handle it?


    Best regards

  • I am on a tight schedule. Meeting the team this morning, I am pushing through finding resources outside to help.

    Big issue: Hyperlinks work, but do not show up despite theme color settings. I even added a CSS to change the font weight. No change.

    In the third paragraph, "Today, Maria...", there are 3 hyperlinks. Not noticeable.



  • It is because the <mark> tag is inside the <a> tag.

    After removing the mark, the color is correct:

    You can overwrite it with the custom CSS code:

    .mcb-item-post_content-inner a mark{
     color: #008d7e;
    }
    


    Best regards

Sign In or Register to comment.