Usurper Posted June 4, 2020 Share Posted June 4, 2020 (edited) Im in the early stages of putting together this site and I noticed some annoying inconsistencies. The different pages show different separating options between categories: The current blogpage - showing delimiters between categories as "," while its possible to choose "dash"/"bullet" etc. as delimiter between metadata. e.g. "category 1, category 2 • Date 09.04 • author" The "comma" here^ is appearing by auto. The actual blogpost, with the same options for delimiters display the category separators like this: "category 1 • category 2" How can I remove the "comma" from the blogpage and add in a "bullet"? Edited June 4, 2020 by Marve Site removed Link to comment
tuanphan Posted June 4, 2020 Share Posted June 4, 2020 Can you share link to page in your question? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Usurper Posted June 4, 2020 Author Share Posted June 4, 2020 (edited) https://**** Second to last blogpost here use 2 categories separated by a "comma" https://*** Inside the blogpost, the categories is separated by a "bullet" (as selected in the editior, I have also selected bullet on the other page, ill turn on another metadata just to illustrate) Edited June 5, 2020 by Usurper Removed links Link to comment
Solution tuanphan Posted June 4, 2020 Solution Share Posted June 4, 2020 Add to Home > Design > Custom CSS span.blog-categories--comma { visibility: hidden; } span.blog-categories--comma:after { content: "•"; visibility: visible; padding-right: 5px; } Usurper 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Usurper Posted June 4, 2020 Author Share Posted June 4, 2020 Amazing response! Thanks Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment