- Posts: 6
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus)
H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus)
- Musiekvraat
- Topic Author
- Offline
- New Member
Less
More
15 years 1 month ago #74683
by Musiekvraat
H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus) was created by Musiekvraat
Hi, I'm basically reposting this in K2 as well, as it might be more related to this forum.
I've added some K2 articles and whenever I use firebug to inspect the HTML, I notice my titles is H3.
I've inspected the demo sites on Rockettheme and they're all H2 and H1. My concern is about SEO and google crawling my site, wouldn't pick up H3 as easy as H2 and H1.
How could I have ended up with this misdemeanor ?
I see my article title is of type/class "h3 class="catItemTitle" (On a category page, listing the articles within that category)
When I view the article itself (full article) the title is H2, so that seems to be ok, it's wrapped in div -> id="k2Container" class="itemView"
How can I fix these H3 titles ?
Thanks.
I've added some K2 articles and whenever I use firebug to inspect the HTML, I notice my titles is H3.
I've inspected the demo sites on Rockettheme and they're all H2 and H1. My concern is about SEO and google crawling my site, wouldn't pick up H3 as easy as H2 and H1.
How could I have ended up with this misdemeanor ?
I see my article title is of type/class "h3 class="catItemTitle" (On a category page, listing the articles within that category)
When I view the article itself (full article) the title is H2, so that seems to be ok, it's wrapped in div -> id="k2Container" class="itemView"
How can I fix these H3 titles ?
Thanks.
Please Log in or Create an account to join the conversation.
- Musiekvraat
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
15 years 1 month ago #74684
by Musiekvraat
Replied by Musiekvraat on topic H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus)
This is the style its referencing (from within K2.css that's provided by Rocketheme)
div.catItemHeader h3.catItemTitle {
font-size:160%;
font-weight:bold;
line-height:110%;
}
div.catItemHeader h3.catItemTitle {
font-size:160%;
font-weight:bold;
line-height:110%;
}
Please Log in or Create an account to join the conversation.
- Musiekvraat
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
15 years 1 month ago #74685
by Musiekvraat
Replied by Musiekvraat on topic H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus)
Ok, I've basically disabled the option for Nexus to override K2 styles and I'm still facing the same issue.
Article title's style -
div.catItemHeader h3.catItemTitle {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
line-height:110%;
}
This is now from the file: /components/com_k2/css/style.css
Article title's style -
div.catItemHeader h3.catItemTitle {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
line-height:110%;
}
This is now from the file: /components/com_k2/css/style.css
Please Log in or Create an account to join the conversation.
- Musiekvraat
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
15 years 1 month ago #74686
by Musiekvraat
Replied by Musiekvraat on topic H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus)
I see it's exactly the same on the K2 demo site ? Title is H3.
Please Log in or Create an account to join the conversation.
- Musiekvraat
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
15 years 4 weeks ago #74687
by Musiekvraat
Replied by Musiekvraat on topic H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus)
Can no one help me on this matter ?
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- H2 and H1 as Item/Article Titles (K2 on a rocketheme template - nexus)