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've put a custom HTML module in position-50. How can I get rid of the background image (white circles) that appears in position-50?
Thanks,
Ben.
Please, provide us with Your URL, we have to see the source code.
Regards, AS Team.
Thanks for your swift reply.
I send you the URL and user/password via the 'Contact Us' form.
Thanks,
Ben.
You have to change in css/template.css
#footer .row1 .content {
background-image: url("../images/bg.footer.content.row1.png");
background-position: left bottom;
background-repeat: no-repeat;
padding: 0 0 25px;
}
to
#footer .row1 .content {
background: none;
padding: 0 0 25px;
}
Regards, AS Team.
Many thanks for your help.
Kind regards,
Ben.