If I click at the readmore buttons in slide modul (as-position-5) or in teaser
(as-position-6), the article will show in the bottom under slider an teasers.
I want show the articles without slider an teaser. Have you an solution for me?
thanks
Dirk
AS Templates
POSTED: 2014-02-18
Hello KOHLRUSCH,
In this case you have to create menu items for these articles.
Regards, AS Team.
AS Templates
POSTED: 2014-02-21
Hello KOHLRUSCH,
You can do it by editing style.default.css file, the following class:
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
(as-position-6), the article will show in the bottom under slider an teasers.
I want show the articles without slider an teaser. Have you an solution for me?
thanks
Dirk
In this case you have to create menu items for these articles.
Regards, AS Team.
You can do it by editing style.default.css file, the following class:
#component .page_header h2,
#component .category_title h2,
#component h2.item_title
{
text-align: right;
}
Regards, AS Team.