To avoid the colon character to appear under the images of a gallery, add to the CSS:
#main-content .gallery dt {
text-decoration: none;
}
#main-content .gallery dt:after {
content: "";
}
Just my two cents.
Satollo.
To avoid the colon character to appear under the images of a gallery, add to the CSS:
#main-content .gallery dt {
text-decoration: none;
}
#main-content .gallery dt:after {
content: "";
}
Just my two cents.
Satollo.
This topic has been closed to new replies.