remove a dash (-) between admin and date div

Posted in: Newspaper
Post count: 7

Hi,

I am using Flex block and I would like to remove the dash as shown at the picture,

img

test

Could you kindly guide how to remove it?

Regards,
Sounay

  • This topic was modified 6 years by aodto.
Post count: 35449

Hi aodto,

If is that the “-” that you want to remove you can use this custom css
.td-big-grid-flex .td-post-author-name span, .td_module_flex .td-post-author-name span {
display: none!important;
}

Set the code in theme panel > custom code> custom css and it will remove the – from all flex elements.

Hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.