In your demo, module Call Us, "Call Us:" text is written in a color, and phone number in another text color. How I do this?
Thanks
AS Templates
POSTED: 2013-06-01
Hello ELABRA21,
Our suggestion is install the template using the quick-start installation package, after installing it your site will looks exact like our demo preview. Otherwise you need to install and config all modules manually, please see the following page for more info:
http://www.astemplates.com/howto/170-89
Regards, AS Team.
elabra21
POSTED: 2013-07-06
Hi,
I installed your demo but I have a problem: when I add a link to Facebook, Twitter, Linked In and Google logos, these disappears. Check at www.legalplus.cl. Facebook and Google icons have a link but not appear (links work). Twitter and Linked In still no have a link and appear.
Thanks
AS Templates
POSTED: 2013-07-06
Hello ELABRA21,
In the tmpl.default.css file please find the following class (should be on line 700):
.social li a
{
display: inline-block;
vertical-align: top;
font-size: 0px;
text-indent: -999px;
width: 30px;
height: 30px;
line-height: 30px;
}
and replace with the following:
.social li a
{
display: inline-block;
vertical-align: top;
font-size: 0px;
width: 32px;
height: 32px;
line-height: 32px;
}
Or please take the latest template version and replace tmpl.default.css file.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Thanks
Our suggestion is install the template using the quick-start installation package, after installing it your site will looks exact like our demo preview. Otherwise you need to install and config all modules manually, please see the following page for more info:
http://www.astemplates.com/howto/170-89
Regards, AS Team.
I installed your demo but I have a problem: when I add a link to Facebook, Twitter, Linked In and Google logos, these disappears. Check at www.legalplus.cl. Facebook and Google icons have a link but not appear (links work). Twitter and Linked In still no have a link and appear.
Thanks
In the tmpl.default.css file please find the following class (should be on line 700):
.social li a
{
display: inline-block;
vertical-align: top;
font-size: 0px;
text-indent: -999px;
width: 30px;
height: 30px;
line-height: 30px;
}
and replace with the following:
.social li a
{
display: inline-block;
vertical-align: top;
font-size: 0px;
width: 32px;
height: 32px;
line-height: 32px;
}
Or please take the latest template version and replace tmpl.default.css file.
Regards, AS Team.