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
Size of tag field below image
-
- Phoca Newbie
- Posts: 3
- Joined: 09 Nov 2018, 12:59
- Benno
- Phoca Hero
- Posts: 9442
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Size of tag field below image
Hi,
if you mean this tag:
/media/com_phocagallery/css/custom/default.css
Line 75
Set a different font size.
Kind regards,
Benno
if you mean this tag:
/media/com_phocagallery/css/custom/default.css
Line 75
Code: Select all
.pg-cv-tags {
text-align: right;
font-size: x-small;
}
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 3
- Joined: 09 Nov 2018, 12:59
Re: Size of tag field below image
Hi Benno,
Many thanks for quick answer.
I have changed the size as I wanted it
best regards,
Richard
Many thanks for quick answer.
I have changed the size as I wanted it
best regards,
Richard
- Benno
- Phoca Hero
- Posts: 9442
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Size of tag field below image
You're welcome!
Kind regards,
Benno
Kind regards,
Benno