How do I change the default active menu text from red to yellow?
AS Templates
POSTED: 2015-09-23
Hello MAILLAWALE,
The colors you can change by editing css files, 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.
maillawale
POSTED: 2015-09-26
I have used it and able to change a lot of them but still unable to change that of the menu items in the front page. Also, how do I change the front page images.
I have changed tise ones in /studio/images/phocagallery/thumbs but not reflecting
You can check the site: http://studio.cliqportal.com/
AS Templates
POSTED: 2015-09-26
Hello MAILLAWALE,
All these images are showing by Articles - Newsflash (Advanced) module published in position 5:
http://www.astemplates.com/joomla-template-documentation/226-152-modules-configuration#galery
All these images you can find in articles under Home Gallery category.
Regards, AS Team.
maillawale
POSTED: 2015-09-28
The only thing left is how to change the color of the mainmenu. Firebug could not detect it. Please help out!
AS Templates
POSTED: 2015-09-29
Hello MAILLAWALE,
Please see ext.asmenu.css file the following class (line 64):
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
The colors you can change by editing css files, 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.
I have changed tise ones in /studio/images/phocagallery/thumbs but not reflecting
You can check the site: http://studio.cliqportal.com/
All these images are showing by Articles - Newsflash (Advanced) module published in position 5:
http://www.astemplates.com/joomla-template-documentation/226-152-modules-configuration#galery
All these images you can find in articles under Home Gallery category.
Regards, AS Team.
Please see ext.asmenu.css file the following class (line 64):
#as-menu ul.as-menu > li > a:hover, #as-menu ul.as-menu > li > span:hover, #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: transparent none repeat scroll 0 0 !important;
border: 0 none !important;
color: #ff2200 !important;
}
Regards, AS Team.