Multibox - Setting of the font-size of the imagetitle

Phoca Gallery - image gallery extension
Rignus
Phoca Member
Phoca Member
Posts: 13
Joined: 06 Jul 2019, 19:22

Multibox - Setting of the font-size of the imagetitle

Post by Rignus »

I'm using Multibox with Boxplus and all works correct. The title and the description of the image is displayed at the right.
My problem is that the text of the title is too small. If I change the font size of the description in the image the description is displayed correct. However, I cannot change the font size of the TITLE to be displayed in the Multibox.
Can anybody tell me where and how to change the font-size of the title for use in Multibox?

Thanks for your help!

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Multibox - Setting of the font-size of the imagetitle

Post by christine »

Hi,

try with foll code:

Code: Select all

#phocagallery .pg-multibox-title {
    font-size: 15px;
}
Kind regards
Christine
Rignus
Phoca Member
Phoca Member
Posts: 13
Joined: 06 Jul 2019, 19:22

Re: Multibox - Setting of the font-size of the imagetitle

Post by Rignus »

Hello Christine,

Your solution works!
I found out what I did wrong.
The only thing is, that you cannot change phocagallery.css and test it right away in your website. To go back to the homepage is not enough. You have clean the cache of the browser first and then start the website again.

Thanks ver much

Kind Regards,
Rignus
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Multibox - Setting of the font-size of the imagetitle

Post by christine »

Hi Rignus,

That's fine. Generell info: You should put codes into your e.g. template.css and/or custom.css. (depends on template). Or create in phoca a custom.css.

Kind regards
Christine
Post Reply