in the Menue Options of "AS Menu" of my Joomla-Website i'm missing a lot of options.
I can see only
- Font Family
- Font size
- Submenu Fontsize and
- Submenu Width
What about Backround Colour, Font Colour and all the other??
AS Templates
POSTED: 2015-08-25
Hello DERJOERG,
Have you installed this template using quick-start installation package? What is your site url please?
Regards, AS Team.
DerJoerg
POSTED: 2015-08-26
Dear AS-Team,
just now. Befor i used the normal package. There i have found the menu complete. Thanks!!
But another question:
How can i stop the rotating pictures (preview-pictures) in Articles - Newsflash (as-position 6)?? I prefer static picture in that...
AS Templates
POSTED: 2015-08-26
Hello DERJOERG,
You can disable this feature by editing tmpl.default.css file the following class (line 2426):
My sites all have a grey body (backround). I can change the color from grey to another colour in tmpl.default.css too?
Thx and best regards!!
AS Templates
POSTED: 2015-08-26
Hello DERJOERG,
You can easy determinate the file which should be changed and the css class 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.
DerJoerg
POSTED: 2015-08-26
I have found it, just in tmpl.default.css (2118)
Thx
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
in the Menue Options of "AS Menu" of my Joomla-Website i'm missing a lot of options.
I can see only
- Font Family
- Font size
- Submenu Fontsize and
- Submenu Width
What about Backround Colour, Font Colour and all the other??
Have you installed this template using quick-start installation package? What is your site url please?
Regards, AS Team.
just now. Befor i used the normal package. There i have found the menu complete. Thanks!!
But another question:
How can i stop the rotating pictures (preview-pictures) in Articles - Newsflash (as-position 6)?? I prefer static picture in that...
You can disable this feature by editing tmpl.default.css file the following class (line 2426):
#featured-row .mod-newsflash-adv .item:hover img
{
transform: rotateY(180deg);
transition: all 2s ease 0s;
}
Regards, AS Team.
My sites all have a grey body (backround). I can change the color from grey to another colour in tmpl.default.css too?
Thx and best regards!!
You can easy determinate the file which should be changed and the css class 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.
Thx