- Thank you received: 0
Disable Article Title
-
max@flexsystem.com
-
Topic Author
- New Member
-
Less
More
11 years 5 months ago #35926
by max@flexsystem.com
Disable Article Title was created by max@flexsystem.com
Want to disable article title only for homepage. I have configured the article option for home page to select "Hide" option of "show title". but it cannot work property.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #35928
by ivan.milic
Replied by ivan.milic on topic Disable Article Title
Try adding this to template_css.css:
.blog-featured .item > h2{
display:none;
}
.blog-featured .item > h2{
display:none;
}
Please Log in to join the conversation.
-
max@flexsystem.com
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
11 years 5 months ago #35929
by max@flexsystem.com
Replied by max@flexsystem.com on topic Disable Article Title
no change after adding these to css template
.blog-featured .item > h2{
display:none;
www.fesaconsol.com
.blog-featured .item > h2{
display:none;
www.fesaconsol.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #35941
by ivan.milic
Replied by ivan.milic on topic Disable Article Title
After you giving us your link I saw you actually have titles in content, you need to set some class like class="ititle" on element containing it then you could use:
.blog-featured .item .ititle{
display:none;
}
to hide it for home page
.blog-featured .item .ititle{
display:none;
}
to hide it for home page
The following user(s) said Thank You: max@flexsystem.com
Please Log in to join the conversation.
Time to create page: 0.152 seconds