Add new Warnings in typography

GK User
Mon Aug 10, 2015 2:00 pm
Hi,

I looked in documentation but in this case all refers to Gavern framework which is not used for this template, right (I mean was abandoned in past)?

So: https://demo.gavick.com/joomla25/photo/ ... typography

I would like to create a few new warnings, and I tried only in css but no effect so I believe that this would require more than that to create a few new typography warnings.
User avatar
Senior Boarder

GK User
Mon Aug 10, 2015 5:34 pm
Hi,
those warnings are just info box made fully by CSS, no magic at all.
In most cases they use CSS:
1) background-color / color
2) padding / margin
3) font-size
4) and for example
p.gkWarning1::before {
color: #fff;
content: "/f0a1";
font-family: FontAwesome;
}

but you can use graphic icon also. I guess each webmaster with basic CSS skills can create a new one in less than 5 minutes.
User avatar
Platinum Boarder

GK User
Mon Aug 10, 2015 8:09 pm
Oscar E wrote:Hi,
those warnings are just info box made fully by CSS, no magic at all.
In most cases they use CSS:
1) background-color / color
2) padding / margin
3) font-size
4) and for example
p.gkWarning1::before {
color: #fff;
content: "/f0a1";
font-family: FontAwesome;
}

but you can use graphic icon also. I guess each webmaster with basic CSS skills can create a new one in less than 5 minutes.


This was missing ;) Thanks, solved!
User avatar
Senior Boarder

GK User
Tue Aug 11, 2015 12:50 am
:mrgreen: ok, I hope that now you will be able to create at least 5 unique info boxes.
User avatar
Platinum Boarder


cron