Page 1 of 1

Size of tag field below image

Posted: 09 Nov 2018, 13:09
by Snrmbw
Hello,

Many thanks for the components which i'm using since many years now.
Since recently, I'm using the tags for some images.
I have a quick question: How can I change the font size of the "tag" field appearing below the thumbnails as a link ?

Thanks
Richard

Re: Size of tag field below image

Posted: 09 Nov 2018, 14:16
by Benno
Hi,
if you mean this tag:
Image
/media/com_phocagallery/css/custom/default.css
Line 75

Code: Select all

.pg-cv-tags {
    text-align: right;
    font-size: x-small;
}
Set a different font size.

Kind regards,
Benno

Re: Size of tag field below image

Posted: 09 Nov 2018, 17:20
by Snrmbw
Hi Benno,

Many thanks for quick answer.
I have changed the size as I wanted it

best regards,
Richard

Re: Size of tag field below image

Posted: 09 Nov 2018, 17:34
by Benno
You're welcome!

Kind regards,
Benno