Hi,
thanks for your answer.
But I can't find the class: body.body_splash in tmpl.default.css.
I'm searching with the help of firebug.
Regards,
voncroy19
AS Templates
POSTED: 2015-01-17
Hello VONCROY19,
You can see it on the line 40 in the tmpl.default.css file.
Regards, AS Team.
voncroy19
POSTED: 2015-01-19
Thank you very much, I found it now and it works!!
voncroy19
POSTED: 2015-01-31
Hello,
how can I change the height of the as menu?
Thanks.
AS Templates
POSTED: 2015-01-31
Hello VONCROY19,
Can you please let us know what exactly should be changed: menu height only or header size?
Regards, AS Team.
voncroy19
POSTED: 2015-02-04
Hi,
I would like to be able to change both, menu height and header size.
Thanks.
Regards
AS Templates
POSTED: 2015-02-05
Hello VONCROY19,
First you have to change your logo size, it is too big, in the style.custom.css file please put the following class:
Thank you very much, everything has worked.
Now I have another question.
How can I determine the standard font and its size? I'm using the JCE-Editor.
Thanks in advance.
Regards
AS Templates
POSTED: 2015-02-05
Hello VONCROY19,
You can easy determinate by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
voncroy19
POSTED: 2015-02-06
and where can I find the parameters?
Regards
AS Templates
POSTED: 2015-02-06
Hello VONCROY19,
What parameters do you need please?
Regards, AS Team.
voncroy19
POSTED: 2015-02-06
I mean the standard font and its size.
Regards
AS Templates
POSTED: 2015-02-06
Hello VONCROY19,
The body font size you can change using the template parameters, the parameters you can find in your Joomla admin panel -> Extensions -> Template manager -> 002072 -> General Configuration parameters.
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
how can I change the background-logo of AS Dating (it appears a very short time)?
Thanks.
You can remove/change it by editing tmpl.default.css file the following class:
body.body__splash {
background-image: url("../images/bg.body.png");
background-repeat: repeat;
}
Regards, AS Team.
thanks for your answer.
But I can't find the class: body.body_splash in tmpl.default.css.
I'm searching with the help of firebug.
Regards,
voncroy19
You can see it on the line 40 in the tmpl.default.css file.
Regards, AS Team.
how can I change the height of the as menu?
Thanks.
Can you please let us know what exactly should be changed: menu height only or header size?
Regards, AS Team.
I would like to be able to change both, menu height and header size.
Thanks.
Regards
First you have to change your logo size, it is too big, in the style.custom.css file please put the following class:
#navigation-row .logo,
#navigation-row .logo a,
#navigation-row .logo a:hover
{
font-size: 26px;
line-height: 26px;
margin-top: 15px;
}
then you have to edit padding property in the ext.asmenu.css file in the following class:
#as-menu ul.as-menu > li,
#as-menu ul.as-menu > li:hover
{
list-style: outside none none;
margin: 0;
padding: 50px 25px;
text-align: center;
width: auto !important;
}
Regards, AS Team.
Now I have another question.
How can I determine the standard font and its size? I'm using the JCE-Editor.
Thanks in advance.
Regards
You can easy determinate by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
Regards
What parameters do you need please?
Regards, AS Team.
Regards
The body font size you can change using the template parameters, the parameters you can find in your Joomla admin panel -> Extensions -> Template manager -> 002072 -> General Configuration parameters.
Regards, AS Team.