Remove icon from page

I am using ProBiz template and I have an annoying element that appears on each page just below the title that I want to remove but cannot find where to do this, in the browser inspect it shows as span.post format. I have tried hiding it by changing the background colour and border colour to #ffffff from #1193d4 in the preset1.css and the border 1px solid in the template.css to 0px but this does not seem to work. Any support much appreciated.

Regards

Hi,

Thanks for asking your question at Envato Forum.

How to contact any Item Author from Here

If they ask about purchase key then collect from Here

Still have any question open a Envato help ticket from Here

Thanks

I have attached a print screen of the browser inspect.

This is your item support http://prntscr.com/lrfdxo
contact with your item author.

They will guide you best.

Hi,

The best way to get this answer is Contact your purchased Item Author.
But I can try for you click on arrow on your inspection <span …
can you see any before or after effect on the inspection if yes try to change css for that/those.

Thanks

Hi, thanks for replying to my question. I have attached an expanded view of what I am seeing, do I need anything else?

RegardsscreenP4

you didn’t click <span class=“post-format” …
click and check can you see any before or after effect on the inspection if yes try to change css for that/those.
::before / ::after

Hi, what I am seeing after clicking <span class=“post-format is as attached

screenP4

you can try with the following css:
span.post-format::before, span.post-format::after {
content: “” !important;
}

Thanks

thanks mgscoder I will try that.

Regards