Hi, I have now added H1 titles to the Pages....no problem there. Also I did add a Caption to the first slider picture as seen in the attached file. How do I make sure that it has the correct H1 size/format?
sorry to revive this old thread but I are there instructions on how to add H1 to the slider do this
and to the pages? I would very much appreciate guidance.
I am afraid the Slide H2 cant be changed without editing the Theme Code . However you can add a H1 on the Page using the Tiny MCE Text Formatting Contorls
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
@media only screen and (max-width: 1000px) and (min-width: 690px){
body .row .col.section-title h1, body h1 {
font-size: 16.4px !important;
line-height: 18.4px !important;
}
}
Thanks, strangley enough that worked for all browsers except for FF. If I choose H5 on a header it look like H1.
Just an FYI...I also have the following CCS code added which of course comes from you!
body #call-to-action .container span a { background-color: #333 !important; } .home-wrap { padding-top: 0px !important; } body #header-secondary-outer nav > ul > li > a { line-height: 13px!important; font-size:13px!important; } @media only screen and (max-width: 1000px) and (min-width: 690px){ body .row .col.section-title h1, body h1 { font-size: 16.4px !important; line-height: 18.4px !important; } }
Could you try adjusting the Font for the "Header 1" to "Heading 6" in Salient Theme Options Panel -> Typography Section . Also set the Font size for each of those as i believe thats likely causing the issue.
Hi,
after a few weeks of tweaking our new homepage is now online. We love it!
But my SEO guy says that I need h1 headers on the pages for optimizing the searches. Where do I do that?
/regards Daniel
Hey Daniel,
You can add the Title in the Slider or Create a H1 tag in the Page Content .
Thanks
ThemeNectar Support Team
Hi, I have now added H1 titles to the Pages....no problem there. Also I did add a Caption to the first slider picture as seen in the attached file. How do I make sure that it has the correct H1 size/format?
Url to the page is: http://mazi.se
Hey Again,
You can change the Desktop size in Salient Theme Options Panel -> Typography Section and for the Mobile and Tablet in the VC Nectar Options :
Thanks
ThemeNectar Support Team
Hi,
sorry to revive this old thread but I are there instructions on how to add H1 to the slider do this and to the pages? I would very much appreciate guidance.
Regards Daniel
Hey Again,
I am afraid the Slide H2 cant be changed without editing the Theme Code . However you can add a H1 on the Page using the Tiny MCE Text Formatting Contorls
Thanks
ThemeNectar Support Team
Hi Tahir, I did add the H1 tag to my headers but it will not show on the pages and I am going crazy. Please see the attached file for explanation
Why do my changes not show? I have no cache enabled and tried on Chrome, IE and FF.
Url: http://www.mazi.se/frisor/
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thanks, strangley enough that worked for all browsers except for FF. If I choose H5 on a header it look like H1.
Just an FYI...I also have the following CCS code added which of course comes from you!
body #call-to-action .container span a {
background-color: #333 !important;
}
.home-wrap {
padding-top: 0px !important;
}
body #header-secondary-outer nav > ul > li > a {
line-height: 13px!important;
font-size:13px!important;
}
@media only screen and (max-width: 1000px) and (min-width: 690px){
body .row .col.section-title h1, body h1 {
font-size: 16.4px !important;
line-height: 18.4px !important;
}
}
Hey Again,
Could you try adjusting the Font for the "Header 1" to "Heading 6" in Salient Theme Options Panel -> Typography Section . Also set the Font size for each of those as i believe thats likely causing the issue.
Also clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ where applicable .
Best.
ThemeNectar Support Team
Where can I choose to set header 6 in here? Please see the attached pic.
Scroll Down to see it :
ThemeNectar Support Team