Entry-footer cf showing double

Hi guys/girls,

Could you help me solve this;
Tags are being displayed double in the entry-footer cf /
the entry-footer cf is being displayed double

Thanks!

Hi @MeesterOntwerpers,

Thank you for writing in, do you have customization on your child theme that has something to do with that entry-footer tags? If so, please add this to Theme Options > CSS to hide the original one.

.single-post .entry-wrap .entry-footer.cf {
	display: none !important;
}

Hope it helps,
Cheers!

hi @friech,

That did the trick indeed! I tried it before myself, but I guess !important was important indeed :grin:

Thanks!

We are delighted to assist you with this.

Cheers!

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