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
What is your site url please?
Regards, AS Team.
Try to change it in the tmpl.default.css file, in the following class:
#header-row {
background: none repeat scroll 0 0 rgba(0, 24, 72, 0.9);
border-top: 10px solid #0055a5;
margin-bottom: 50px;
position: absolute;
width: 100%;
z-index: 3;
}
Regards, AS Team.
I want to Change the menu-button color from green to red FF0000. Where and how can I change the color? Greetings W.Gerling
You can change it in the ext.asmenu.css file in the following class:
#as-menu ul.as-menu > li.active,
#as-menu ul.as-menu > li.current,
#as-menu ul.as-menu > li:hover
{
background-color: #5cc916;
transition: background-color 0.3s ease 0.1s;
}
Regards, AS Team.