Hi Jericho,
You can try adding this Snippet:
add_filter( 'generate_term_separator', function() {
return ' ';
} );
Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets
Then, add this CSS:
footer.entry-meta .tags-links a[rel="tag"] {
background-color: rgba(242, 242, 242, 1);
padding: 2px 8px;
border-radius: 100px;
color: rgba(117, 117, 117, 1);
text-decoration: none;
}
Alternatively, you can use a Block Element – Post Meta Template for that.
Example:
https://share.getcloudapp.com/WnuZjoJ7
https://share.getcloudapp.com/nOu10GkK