Use font "Shadows into light" in article

GK User
Sat Oct 04, 2014 8:05 am
Hello Gavickpro-Team,

i am no joomla or css pro, so i wonder how to use that google font "Shadows into light" in an article. I would use it for the Days in our opening hours. Maybe you could leaf me a code snippet how to get this done? Here is a link to the opening hours: http://wolfert-ehingen.de/cms/index.php/about

Keep up your work! Steakhouse is a really beautiful theme. Soon i need to do a site for a hairdresser, maybe i find something here. ;)
User avatar
Fresh Boarder

GK User
Sat Oct 04, 2014 8:22 am
Hello,

Please go to the template settings and under the Fonts tab, please add for the shadows into light font the following selector:

.gkblock-2
User avatar
Administrator

GK User
Sat Oct 04, 2014 10:14 am
Hello,

thank you. So far so good. Is there a way to change the size of the font, too? I tried to add <H2>my text</h2> into the line, but that wont work.

As you told me, i entered that line .gkblock-2 - So i figured out i can use all the other lines for this font. But it onliy worked with the "big-icon"

But that would be enough for me. big-icon is without a box, gkblock-2 will be with a block. Maybe you can tell me how to change the fontsize, then im totally satisfied :-)
User avatar
Fresh Boarder

GK User
Mon Oct 06, 2014 11:56 am
You can add in the Custom CSS option under the Advanced settings tab in the template settings the following CSS code:

Code: Select all
.gkblock-2 {
font-size: 36px;
}
User avatar
Administrator


cron