Jump to content

Delimiter inconsistency

Recommended Posts

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"?

Link to comment
  • Replies 4
  • Created
  • Last Reply

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)
 

Link to comment

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.