how can i change module background colour?
if I change tmpl.default.css and style.default.css
for example the footer-row background colour, it does not work?
www.veurnetoekoer.be/new
the footer should be in another background colour
AS Templates
POSTED: 2016-12-13
Hello SHOMMEZ,
You can do it by editing '/templates/as002048/css/style.default.css' file the following class (line 923):
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
if I change tmpl.default.css and style.default.css
for example the footer-row background colour, it does not work?
www.veurnetoekoer.be/new
the footer should be in another background colour
You can do it by editing '/templates/as002048/css/style.default.css' file the following class (line 923):
#footer-row {
background-color: #e0e0e0;
border-bottom: 2px solid #39a7dc;
border-top: 2px solid #39a7dc;
}
Regards, AS Team.