How do I remove the quote mark that's shown before the citations?

Comments

nancydru’s picture

Assigned: Dubber Dan » Unassigned
Status: Active » Postponed (maintainer needs more info)

AFAICT, this module does not insert them. They are not present on any of my sites. So they must be in your input.

nancydru’s picture

Title: Remiving the quote mark for citations » Removing the quote mark for citations
Assigned: Unassigned » nancydru

Have you checked this?

Dubber Dan’s picture

Check out my homepage www.lightbeingcreations.co.uk and you'll see the citation has a large opening quote mark, but no closing one. I've been in to double check the actual quotes and I've not included quote marks in the citation, just the text and hyperlink

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Your theme's CSS has

blockquote, cite {style.css (line 165)
background:transparent url(images/bg-cite.gif) no-repeat scroll 0%;
clear:both;
color:#666666;
display:block;
font-style:italic;
padding-left:45px;
padding-top:10px;
}

You have a two options: 1) Change the CSS; 2) Change the glossary indicator choice (e.g. acronym).

Dubber Dan’s picture

Doh, missed that! Will tweak the CSS in that case.

Cheers
D