- Posts: 19
- Thank you received: 0
Can not hide the Created on date in the featured
-
philn
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 9 months ago #40021
by philn
Can not hide the Created on date in the featured was created by philn
Hi,
I Can not hide the Created on date in the featured article on the front page. I set Show Create Date to Hide in the article options tab but it is stills shows up.
Thanks in advance,
Philn
I Can not hide the Created on date in the featured article on the front page. I set Show Create Date to Hide in the article options tab but it is stills shows up.
Thanks in advance,
Philn
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #40025
by ivan.milic
Replied by ivan.milic on topic Can not hide the Created on date in the featured
Add this to template_css.css:
.sparky_home p.article-info{
display:none;
}
.sparky_home p.article-info{
display:none;
}
Please Log in to join the conversation.
-
risel
Inactive member -
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
10 years 9 months ago #40158
by risel
Replied by risel on topic Can not hide the Created on date in the featured
I have the same problem, but adding
.sparky_home p.article-info{
display:none;
}
to template_css.css
does not solve it. What can I do?
.sparky_home p.article-info{
display:none;
}
to template_css.css
does not solve it. What can I do?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #40165
by ivan.milic
Replied by ivan.milic on topic Can not hide the Created on date in the featured
Try:
.sparky_home .article-info{
display:none!important;
}
.sparky_home .article-info{
display:none!important;
}
Please Log in to join the conversation.
Time to create page: 0.163 seconds