- Posts: 12
- Thank you received: 0
GREY TITLES
-
cecife
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #25748
by cecife
GREY TITLES was created by cecife
Hi I'd like to delete the divs containing titles with tag "h1" "h2" "h3" "h4" as I don't need them. In the picture below the title which says "Featured products".
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25756
by ivan.milic
Replied by ivan.milic on topic GREY TITLES
That is page title you can disable it from menu item. How to you mean remove "h1" "h2" "h3" "h4" from DIVs ???
Please Log in to join the conversation.
-
cecife
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 10 months ago - 11 years 10 months ago #25758
by cecife
Replied by cecife on topic GREY TITLES
I mean, that i don't want those titles which I saw in code they are named as (h1, h2, h3 and h4) to appear, and I thought the way would be deleting divs containing each title. I could just put visibility hidden on css, but it would show an empty space, so that's why I want to remove the container of those titles, for the divs below to come up, did i explain myself?
I went to menu item but didn't find an option to disable page title.
I went to menu item but didn't find an option to disable page title.
Last edit: 11 years 10 months ago by cecife.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25760
by ivan.milic
Replied by ivan.milic on topic GREY TITLES
If you want just to hide them add to template_css.css:
h1,h2,h3,h4{
display:none!important;
}
h1,h2,h3,h4{
display:none!important;
}
Please Log in to join the conversation.
Time to create page: 0.158 seconds