Page 1 of 1

Multibox - Setting of the font-size of the imagetitle

Posted: 16 Feb 2020, 23:58
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!

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

Posted: 17 Feb 2020, 00:25
by christine
Hi,

try with foll code:

Code: Select all

#phocagallery .pg-multibox-title {
    font-size: 15px;
}
Kind regards
Christine

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

Posted: 18 Feb 2020, 00:27
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

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

Posted: 18 Feb 2020, 14:20
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