Size of tag field below image

Phoca Gallery - image gallery extension
Snrmbw
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 09 Nov 2018, 12:59

Size of tag field below image

Post 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

Tags:
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9112
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Size of tag field below image

Post 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
Snrmbw
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 09 Nov 2018, 12:59

Re: Size of tag field below image

Post by Snrmbw »

Hi Benno,

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

best regards,
Richard
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9112
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Size of tag field below image

Post by Benno »

You're welcome!

Kind regards,
Benno
Post Reply