- Posts: 5
- Thank you received: 0
App Template Content Area
-
dgaryhutton
Inactive member - Topic Author
- New Member
Less
More
3 years 8 months ago #47905
by dgaryhutton
App Template Content Area was created by dgaryhutton
I am trying to remove the front page articles from the home page. I have unpublished the six articles. The following appears on the home page in what I believe is the Content area where the articles used to be:
There are no articles in this category. If subcategories display on this page, they may have articles.
How do I clear this display? I have no articles for the home page.
There are no articles in this category. If subcategories display on this page, they may have articles.
How do I clear this display? I have no articles for the home page.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
3 years 8 months ago #47906
by milos
Replied by milos on topic App Template Content Area
Hello,
Please try adding this to Templates > Extensions > Styles > Hot App > Custom > CSS. After this part:
add this:
If it doesn't work, please provide a link to your site.
Regards,
Milos
Please try adding this to Templates > Extensions > Styles > Hot App > Custom > CSS. After this part:
Code:
body {
text-rendering: optimizeLegibility;
}
add this:
Code:
.sparky_home .content_row {
display:none;
}
If it doesn't work, please provide a link to your site.
Regards,
Milos
Please Log in to join the conversation.
-
dgaryhutton
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
3 years 8 months ago #47908
by dgaryhutton
Replied by dgaryhutton on topic App Template Content Area
That did it. Thanks.
Please Log in to join the conversation.
Time to create page: 0.157 seconds