I would like to change the color of highlights in my drop down menu (where there is home, services etc. in the template)
Best regards
AS Templates
POSTED: 2015-07-10
Hello NICINSKI,
Please see ext.asmenu.css file the following class:
#as-menu ul.as-menu ul li a:hover,
#as-menu ul.as-menu ul li span:hover,
#as-menu ul.as-menu ul li.active > a,
#as-menu ul.as-menu ul li.asHover > a,
#as-menu ul.as-menu ul li.active > span,
#as-menu ul.as-menu ul li.asHover > span
{
color: #e70f0a !important;
}
That is correct, we went life with the site and since I could not get it working properly, I had to block the link. I have made it working again, so if you go to http://sime.ae/index.php/careers you will find it again.
For one short moment it was working properly. I did not change anything after that but it went back to its old, wrong, behavior.
I am getting in desperate mode by now, I really need this feature to work properly so your help, hints or whatever to overcome this hurdle is highly appreciated!
AS Templates
POSTED: 2015-07-14
Hello JOUKEHAG,
In the tmpl.default.css file (line1546):
.wrapper {
height: 100%;
margin: 0 auto;
}
You have to delete 'height' property, it should looks like the following:
Thanks for help, but i have another problem. I changed position of 'read more' in slider menu on homepage. But it has three different positions. It moves a little bit up in slides 1-3 then goes back on slide 4 and then the same situation. I've changed it in ext.artslider.css in section:
.camera_caption > div
{ padding: 210px 950px; (the values im interested in)
}
Best regards
AS Templates
POSTED: 2015-07-15
Hello NICINSKI,
You have to delete the padding property from 'camera_caption > div' class and make changes in the '/templates/as002063/css/ext.artslider.css' file in the following class:
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
View History
i have yet another question: where can i change the color of highlighted positions (standard is red)
best regards
Sorry, can you please be more specific, in which position, page, tag you would like to change it?
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.
View History
I would like to change the color of highlights in my drop down menu (where there is home, services etc. in the template)
Best regards
Please see ext.asmenu.css file the following class:
#as-menu ul.as-menu ul li a:hover,
#as-menu ul.as-menu ul li span:hover,
#as-menu ul.as-menu ul li.active > a,
#as-menu ul.as-menu ul li.asHover > a,
#as-menu ul.as-menu ul li.active > span,
#as-menu ul.as-menu ul li.asHover > span
{
color: #e70f0a !important;
}
Regards, AS Team.
View History
followed your advise, it now reads:
.wrapper
{
height: auto;
height: 100%;
margin: 0px auto;
}
#top_header .wrapper
{
padding-bottom: 0px;
}
#push
{
height: 180px;
}
But result is still the same, have a look at:http://reliable.ae/sime/index.php/careers-zoho
What to do?
Try to delete the height: 100% property.
Regards, AS Team.
View History
View History
View History
View History
View History
We do not see the page you provided to us, it is broken:
http://reliable.ae/sime/index.php/careers-zoho
Regards, AS Team.
View History
For one short moment it was working properly. I did not change anything after that but it went back to its old, wrong, behavior.
I am getting in desperate mode by now, I really need this feature to work properly so your help, hints or whatever to overcome this hurdle is highly appreciated!
In the tmpl.default.css file (line1546):
.wrapper {
height: 100%;
margin: 0 auto;
}
You have to delete 'height' property, it should looks like the following:
.wrapper {
margin: 0 auto;
}
Regards, AS Team.
View History
You are 200% !
View History
Thanks for help, but i have another problem. I changed position of 'read more' in slider menu on homepage. But it has three different positions. It moves a little bit up in slides 1-3 then goes back on slide 4 and then the same situation. I've changed it in ext.artslider.css in section:
.camera_caption > div
{ padding: 210px 950px; (the values im interested in)
}
Best regards
You have to delete the padding property from 'camera_caption > div' class and make changes in the '/templates/as002063/css/ext.artslider.css' file in the following class:
.camera_caption {
bottom: 13% !important;
display: none;
opacity: 1 !important;
position: absolute;
right: 3% !important;
text-align: left !important;
width: 350px;
}
Regards, AS Team.
View History
The instructions are the same like for Joomla version 3.3.6.
Regards, AS Team.
View History