hello astemplates,
i create in as position 3 an new navigation menue with 3 menuepoints.
i would like to have there the same css hover and active effect. like as menue navigation.
what must i do?
best regards mahu1976
AS Templates
POSTED: 2015-03-08
Hello MAHU1976,
You have to create css for the menu, there is no other option.
Regards, AS Team.
mahu1976
POSTED: 2015-03-08
Hello astemplate support,
where can i chang the fontsize from body text.
best regards mahu1976
AS Templates
POSTED: 2015-03-08
Hello MAHU1976,
The body font size you can change using the template Body Font Size parameter, you can find it in your Joomla admin panel -> Template manager -> AS002048 -> General Configuration Parameters.
Regards, AS Team.
mahu1976
POSTED: 2015-03-09
Hello astemplate support,
THANKS for Feedback!
one question about
You have to create css for the menu, there is no other option.
in whitch file/files must i implement the new classes?
best regards mahu1976
AS Templates
POSTED: 2015-03-09
Hello MAHU1976,
You have to put your css in the style.custom.css file.
Regards, AS Team.
mahu1976
POSTED: 2015-03-09
hello astemplate support,
thanks!
only this one
#as-menu ul.as-menu > li.active > a, #as-menu ul.as-menu > li.asHover > a, #as-menu ul.as-menu > li.current > a, #as-menu ul.as-menu > li.active > span, #as-menu ul.as-menu > li.asHover > span, #as-menu ul.as-menu > li.current > span {
background: none repeat scroll 0% 0% transparent;
color: #E08034;
display: block;
border-bottom: 2px solid #E08034;
padding: 0px 0px 5px;
}
in the style.custom.css file.
must i not set this #as-menu in the new container?
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
is it possible to hide the copyright box and gave the container as position 35 width 100%.
best mahu1976
You can do it by editing template's index.php file, you have to remove the following lines (309-311):
<div id="trademark">
Copyright © <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?>
</div>
Regards, AS Team.
i create in as position 3 an new navigation menue with 3 menuepoints.
i would like to have there the same css hover and active effect. like as menue navigation.
what must i do?
best regards mahu1976
You have to create css for the menu, there is no other option.
Regards, AS Team.
where can i chang the fontsize from body text.
best regards mahu1976
The body font size you can change using the template Body Font Size parameter, you can find it in your Joomla admin panel -> Template manager -> AS002048 -> General Configuration Parameters.
Regards, AS Team.
THANKS for Feedback!
one question about
You have to create css for the menu, there is no other option.
in whitch file/files must i implement the new classes?
best regards mahu1976
You have to put your css in the style.custom.css file.
Regards, AS Team.
thanks!
only this one
#as-menu ul.as-menu > li.active > a, #as-menu ul.as-menu > li.asHover > a, #as-menu ul.as-menu > li.current > a, #as-menu ul.as-menu > li.active > span, #as-menu ul.as-menu > li.asHover > span, #as-menu ul.as-menu > li.current > span {
background: none repeat scroll 0% 0% transparent;
color: #E08034;
display: block;
border-bottom: 2px solid #E08034;
padding: 0px 0px 5px;
}
in the style.custom.css file.
must i not set this #as-menu in the new container?
best regards mahu1976