Blank tag in footer entry

Hello,

I searched your forum for an answer to several of my questions and found every answer but one.

There appears to be a blank tag along side the category tag at the bottom of the blog post. I have tried several CSS fixes but none work.

I did try this CSS fix and it appeared to work but then it didn’t work:

/* Remove duplicate blank tag on secondary blog posts */
a.customize-unpreviewable {
display: none !important;
}

Could you help?

Here is a link that the blank tag shows up at:

blank tag

I don’t want to remove the entire entry-footer - just that blank square. It seems to appear on every post.

Thanks in advance.

Regards,
Robert

Hello Robert,

Thanks for writing in!

Actually, the blank tag is coming from a broken HTML link code that you have added in the description of your post. You have added this:
<a href="https://techcrunch.com/2023/01/18/losing-the-horn-vcs-think-majority-of-unicorns-arent-worth-1-billion-anymore/" target="_blank" rel="noopener">Source Link<span style="color:#b12704;font-weight:bold;font-size:x-large"></span>

The correct link code should only be:
<a href="https://techcrunch.com/2023/01/18/losing-the-horn-vcs-think-majority-of-unicorns-arent-worth-1-billion-anymore/" target="_blank" rel="noopener">Source Link</a>

Please edit the post and correct the link code.

The code above serves was taken from your post. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You will have to maintain any custom coding to make sure that it will still work after any updates or does not create any issues or incompatibility in the future.

Best Regards.

Thank you for your reply Ruenel. I appreciate the time you took to remedy my situation. Ticket closed.

You are most welcome, Robert.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.