Hi Karl,
do you mean from the gallery’s back-end or via Custom CSS?
Cristian.
Hi Cristian
Thank you for your reply, either in the back end or custom CSS
I want to Use Vollkorn Bold 26 Underlined.
Really Appreciate
Thanks Karl
@helliwells,
just add this into Additional CSS inside Customizer:
@import url('https://fonts.googleapis.com/css?family=Vollkorn');
.lg-sub-html {
font-size: 26px;
font-family: 'Volkorn';
font-weight: bold;
text-decoration: underline;
}
Hopefully, you were talking about changing an image’s title when it’s opened up in the lightbox.
Cristian.
Hi Crisitan
I was talking about just the tiles, I added it but hasn’t updated, It’s just for the tiles on the tiles, they will link to new pages and not open in lightbox.
https://www.dropbox.com/s/rohat9rh30owjye/Screen%20Shot%202017-09-22%20at%2016.25.04.png?dl=0
See attached.
Appreciate your update
Hello ,
Please give it a try like this:
@import url('https://fonts.googleapis.com/css?family=Vollkorn');
.modula .item .figc h2.jtg-title {
font-size: 26px;
font-family: 'Vollkorn';
font-weight: bold;
text-decoration: underline;
}
Let me know how it goes!
Have a great day,
Mihaela
-
This reply was modified 8 years, 8 months ago by
Miha.
-
This reply was modified 8 years, 8 months ago by
Miha.
Thank you Mihaela,
That worked great, really appreciate your help,
Karl
Hi @helliwells,
glad it worked out fine. If you’re enjoying Modula, please rate us here:
https://ww.wp.xz.cn/support/plugin/modula-best-grid-gallery/reviews/?rate=5#new-post
Thanks,
Cristian.