Usurper Posted June 4, 2020 Posted June 4, 2020 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"?
tuanphan Posted June 4, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Usurper Posted June 4, 2020 Author Posted June 4, 2020 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)
tuanphan Posted June 4, 2020 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.