Hello AS TEMPLATES,
I have two problems.
First, I can not find the the option to change the color of the Main Menue.
Second, all mails sent by the formular will not realy go out. Thera are no errors but the mails do not go out.
Thanks a lot in advance
M. Springer
AS Templates
POSTED: 2013-09-29
Hello MSPRINGER,
You can do it in the tmpl.header.css file, please check all classes with '#topmenu' id.
For example:
#header .row1 #topmenu ul.menu li.current a,
#header .row1 #topmenu ul.menu li.active a,
#header .row1 #topmenu ul.menu li.actives a,
#header .row1 #topmenu ul.menu li:hover a
{
background-image: url("../images/bg.btn.menu.png");
background-position: left top;
background-repeat: repeat-x;
display: block;
}
Regarding emails, we think you have some misconfiguration, it should be checked by our developers or you can ask for help on forum.joomla.org website.
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
I have two problems.
First, I can not find the the option to change the color of the Main Menue.
Second, all mails sent by the formular will not realy go out. Thera are no errors but the mails do not go out.
Thanks a lot in advance
M. Springer
You can do it in the tmpl.header.css file, please check all classes with '#topmenu' id.
For example:
#header .row1 #topmenu ul.menu li.current a,
#header .row1 #topmenu ul.menu li.active a,
#header .row1 #topmenu ul.menu li.actives a,
#header .row1 #topmenu ul.menu li:hover a
{
background-image: url("../images/bg.btn.menu.png");
background-position: left top;
background-repeat: repeat-x;
display: block;
}
Regarding emails, we think you have some misconfiguration, it should be checked by our developers or you can ask for help on forum.joomla.org website.
Regards, AS Team.