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!
Multibox - Setting of the font-size of the imagetitle
-
- Phoca Member
- Posts: 13
- Joined: 06 Jul 2019, 19:22
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Multibox - Setting of the font-size of the imagetitle
Hi,
try with foll code:
Kind regards
Christine
try with foll code:
Code: Select all
#phocagallery .pg-multibox-title {
font-size: 15px;
}
Christine
-
- Phoca Member
- Posts: 13
- Joined: 06 Jul 2019, 19:22
Re: Multibox - Setting of the font-size of the imagetitle
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
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Multibox - Setting of the font-size of the imagetitle
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
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