Lists titles with H1

7 years 3 months ago #290176 by mk3
Replied by mk3 on topic Lists titles with H1

krileon wrote: If you need to add a space simply add a space to the string.


Yes, but if I need to place the
 
symbol between
City [cb_city]
?
It isn't a html or php file, if I will use your recommendation from here: www.joomlapolis.com/blog/kyle/18712-language-key-and-text-finder , will the
 
symbol work here?

Please Log in to join the conversation.

7 years 3 months ago #290189 by mk3
Replied by mk3 on topic Lists titles with H1
Ok, I've done that! The
 
symbol works.
But I still didn't understand how to replace the H3 tags to H1 tags by CSS override....?

Please Log in to join the conversation.

7 years 3 months ago #290231 by krileon
Replied by krileon on topic Lists titles with H1

But I still didn't understand how to replace the H3 tags to H1 tags by CSS override....?

Ses my reply below.

www.joomlapolis.com/forum/153-professional-member-support/235667-lists-titles-with-h1?limitstart=0#289754

h1, h2, h3, etc.. is primarily font sizing. You just need to target the h3 using CSS selectors then change its font size or apply whatever styling you want. For the profile title this is as follows.

.cb_template .cbProfileTitle > h3

Usage example as follows.

.cb_template  .cbProfileTitle > h3 {
    font-size: 32px;
}


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

7 years 3 months ago #290236 by mk3
Replied by mk3 on topic Lists titles with H1
Yes, I understand this. What I am trying to say that a page must have H1 tags for good Seo, but in your case I will only have H3. So to make H1 , the only possibility is to change it in the PHP file - otherwise it is impossible?

Please Log in to join the conversation.

7 years 3 months ago #290244 by krileon
Replied by krileon on topic Lists titles with H1
For userlists you'd have to edit CBs default template PHP file or supply your own template. For profile title you're better off replacing it with a Custom HTML field and supplying whatever HTML you want.

It was only recently (last year) that HTML5 allows for an h1 per segment in its specification. Before that you strictly only should use 1 h1 per page (and having more was a negative impact). So we didn't set any. h1-6 is given different SEO priority with h3 making most sense for most of our views (h1 for the site title, h2 for the component/section title, h3 for the content). Regardless your h1 should probably be a lot stronger than the users username as it's used as a descriptive keyword, which you can add at the top above the menu bar using a new tab and a Custom HTML field.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.637 seconds