Change content of excerpt-dash from “-” to “:”
-
Hi,
I would like to change the content of excerpt-dash from “-” to a “:”. Can you please let me know as to how do I go about it? I tried to use this code
.excerpt-dash span {
display: none;
}
.excerpt-dash:after {
content: ‘:’;
}But, it gives me a ‘-:’ instead of only ‘:’.
Thanks
Sachin
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Change content of excerpt-dash from “-” to “:”’ is closed to new replies.