- Posts: 2
 - Thank you received: 0
 
Tag separators
- pixeltech
 - Topic Author
 - Offline
 - New Member
 - 
  
Less
More
 11 years 3 months ago #1927
by pixeltech
Tag separators was created by pixeltech 
        I was wondering how to add a separator like a pipe symbol | between the tags that display at the bottom of the page?
I would like it to read like this: Tags: tag1 | tag2 | tag3 | tag4
BTW, I really am liking the plugin. I'm using it on J3
Thanks for the help
I would like it to read like this: Tags: tag1 | tag2 | tag3 | tag4
BTW, I really am liking the plugin. I'm using it on J3
Thanks for the help
Please Log in or Create an account to join the conversation.
- andrea_4g
 - Offline
 - Administrator
 - 
  
Less
More
- Posts: 1122
 - Thank you received: 163
 
 11 years 3 months ago #1929
by andrea_4g
        Replied by andrea_4g on topic Tag separators 
        You can do that by editing Custom Properties CSS only.
Add the following statement to media/com_customproperties/css/customproperties.css
Add the following statement to media/com_customproperties/css/customproperties.css
Code:
div.cp-tags span.cp-tag + span.cp-tag {
	border-left: 1px solid #ccc;
	padding: 0 .25em;
}
The following user(s) said Thank You: pixeltech 
Please Log in or Create an account to join the conversation.
- pixeltech
 - Topic Author
 - Offline
 - New Member
 - 
  
Less
More
- Posts: 2
 - Thank you received: 0
 
 11 years 3 months ago #1934
by pixeltech
        Replied by pixeltech on topic Tag separators 
        Thanks so much!!!    
Please Log in or Create an account to join the conversation.
        Time to create page: 0.121 seconds