Remove trailing PIPE character in byline?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 02, 2013 11:37 pm
Reply with quote
Report this post
Hello,
In the byline of my articles, there's a trailing | (pipe) character.

Screenshot - https://www.dropbox.com/s/fzvbenz5hx932 ... .36.06.png

Can this be removed?

Thanks,
Craig
User avatar
Junior Boarder

GK User
Tue Dec 03, 2013 7:35 am
Reply with quote
Report this post
Hi.
This is the code you're searching for:

Code: Select all
article header li:after {
    content: "|";
}


To delete - use simple - override
Code: Select all
article header li:after { content: none; }


Where you will ask - I will tell here : http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron