I want to change the color of te menuitems. I Putted a background image who is in white and the colors of the menu-items ara also in white. How can I change them?
My website is: http://hervejm87.eightyseven.axc.nl/index.php
Thanks in advance.
AS Templates
POSTED: 2015-07-27
Hello HCEULENAERE,
You can change it by editing ext.default.css file the following class:
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
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 want to change the color of te menuitems. I Putted a background image who is in white and the colors of the menu-items ara also in white. How can I change them?
My website is: http://hervejm87.eightyseven.axc.nl/index.php
Thanks in advance.
You can change it by editing ext.default.css file the following class:
#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #f7f7f7;
display: block;
font-size: 18px;
font-weight: 400;
height: 20px;
line-height: 20px;
padding: 27px 1em;
text-transform: uppercase;
}
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.