Hi,
I am French and I use google translate.
is it possible to have the font smaller for phoca gallery 4.5.0 under joomla 4.1.
I couldn't find it in the settings
https://imgur.com/a/41p2qz4
there was a smaller font under phoca gallery 4.4.3 of joomla 3
https://imgur.com/a/ZT9M5Oi
thank you for your reply
Best regards
Fred
Font smaller for phoca gallery 4.5.0
-
- Phoca Member
- Posts: 10
- Joined: 11 Sep 2019, 16:59
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Font smaller for phoca gallery 4.5.0
Hi,
by CSS you can change that for sure, but how exactly the code has to look like, you can only find out with help of the URL and the Inspector.
Kind regards,
Benno
by CSS you can change that for sure, but how exactly the code has to look like, you can only find out with help of the URL and the Inspector.
Kind regards,
Benno
-
- Phoca Member
- Posts: 10
- Joined: 11 Sep 2019, 16:59
Re: Font smaller for phoca gallery 4.5.0
Hi Benno,
thanks, i don't know the css, but i will look .
Kind regards
Fred
thanks, i don't know the css, but i will look .
Kind regards
Fred
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Font smaller for phoca gallery 4.5.0
Hi Fred,
Checking your URL live, would be easier. Try following to your custom.css
if using theme_standard:
Kind regards
Christine
Checking your URL live, would be easier. Try following to your custom.css
if using theme_standard:
theme_simple.pg-item-box-title, .pg-category-box-title {
font-size: 14px;
}
instead of px you could use: 80% instead..pg-item-box-title, .pg-category-box-title {
font-size: 14px !important;
}
Kind regards
Christine
-
- Phoca Member
- Posts: 10
- Joined: 11 Sep 2019, 16:59
Re: Font smaller for phoca gallery 4.5.0
Hi Christine,
thank you christine, I use the theme_standard.
here is my url: dev2.randophil56.fr
is the code you told me to put in user.css of joomla 4 ?
Kind regards
Fred
thank you christine, I use the theme_standard.
here is my url: dev2.randophil56.fr
is the code you told me to put in user.css of joomla 4 ?
Kind regards
Fred
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Font smaller for phoca gallery 4.5.0
Hi Fred,
Thank you for the URL.
In generell you can also add the code into the custom.css of Phocagallery.
user.css will always work.
Your font only looks so big because the thumbnails are small (100x100). The box itself is 240px wide. But you can't see it because of the white background.
Test following code (it works temporary):
If you do not want to see the yellow folder icon:
Kind regards and good luck,
Christine
Thank you for the URL.
Yes, of course - at it is Cassiopeia.
In generell you can also add the code into the custom.css of Phocagallery.
user.css will always work.
Your font only looks so big because the thumbnails are small (100x100). The box itself is 240px wide. But you can't see it because of the white background.
Test following code (it works temporary):
Code: Select all
.pg-item-box-title {
font-size: 11px;
text-align: center;
}
Code: Select all
.ph-si-category {
display: none;
}
Christine
-
- Phoca Member
- Posts: 10
- Joined: 11 Sep 2019, 16:59
Re: Font smaller for phoca gallery 4.5.0
thank you very much christine for helping me,
it works very well, sorry I don't know the css.
Best regards
Fred
it works very well, sorry I don't know the css.
Best regards
Fred
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Font smaller for phoca gallery 4.5.0
Hi Fred,
that's fine.
Kind regards
Christine
that's fine.
Kind regards
Christine