Hi :-)
I am working on this site - and want to remove the quote icon on the right.
Using Firebug I found this code and (in Firebug) changed the height: 40px; to height: 0px;
span.ba-quote-icon {
cursor: default;
display: block;
font-family: 'Pictos';
font-size: 40px;
height: 40px;
position: absolute;
}
But it only works in Firebug and not on the site.
Any idea on how I can do this?
Thanks :-D
Bolette












