Is it possible to remove the whole logo row? I have already deactivated the AS Menu Plugin, but the green row at the top is still there.
Thanks for helping
AS Templates
POSTED: 2015-07-15
Hello FGEDRICH,
What is your site url please, we will check it and let you know.
Regards, AS Team.
FGedrich
POSTED: 2015-07-15
This is my site url http://ged-tech.de.
Thank you!
AS Templates
POSTED: 2015-07-15
Hello FGEDRICH,
In the tmpl.default.css file please find the following class and add 'display: none' property.
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
Is it possible to remove the whole logo row? I have already deactivated the AS Menu Plugin, but the green row at the top is still there.
Thanks for helping
What is your site url please, we will check it and let you know.
Regards, AS Team.
Thank you!
In the tmpl.default.css file please find the following class and add 'display: none' property.
#header-wrapper {
background-image: url("../images/bg.menu.png");
margin-top: 60px;
opacity: 1;
position: absolute;
width: 100%;
z-index: 1;
display: none;
}
Regards, AS Team.