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
Via PHP only, you have to add it to the template's index.php file.
Regards, AS Team.
On my new site, where I use this template, I got a icon with ">" in there. before every category or item name. How can I switch that off?
http://zomerkamphoogmade.nl/2015-2019/2018
Kind regards,
joost
You can remove it by editing '/templates/as002064/css/tmpl.default.css' file the following class (line 2506):
.page-item ul li {
line-height: 25px;
list-style-image: url("../images/li.style.png");
list-style-position: outside;
}
Regards, AS Team.