Forum replies created
Yes – I did post that I had an error in the code – and now that I know there are no settings I was able to set up the CSS to do what i needed. There are so many settings in the theme that I just wanted to be sure I was not using CSS if not necessary.
Sue
My error – the copy and paste added extra characters, the leave a reply coded did work – sorry about that.
Thanks!
Sue
The leave reply does not work – thanks for the other advise
Sue
I have added a line in h3 to show you it does not work . I did not use it before because it does not function. Put this temporary line for you to see It is the 4th line.
Yes – I realized I copied the wrong code – that was my attempt to get this to work. It should have been as follows, but the h3 tag is still ignored.
.footer .container-footer h2 {
color: #333;
font-weight: 400;
font-family: Alex Brush;
font-size: 30px;
}
.footer container-footer h3 {
color: #333;
font-weight: 400;
font-family: Palatino Linotype;
font-size: 24px;
}
.footer .container-footer h5 {
color: #333;
font-weight: 400;
font-family: Palatino Linotype;
font-size: 15px;
}
And what about: I am a bit confused that this needs CSS because the available HTML tags and attributes in the custom footer area the the theme options show all of the header tags. Shouldn’t the setting for these headers in the website work within the footer, or shouldn’t there be a place in the options to set the header tags for the footer?
Thanks!
Sue
Thank you – this is helpful. I tried to do the same for h3 and h5 in the footer as shown but only the h2 (as per your code) and the h5 work – the h3 does not. Any idea of why? I am a bit confused that this needs CSS because the available HTML tags and attributes in the custom footer area the the theme options show all of the header tags. Shouldn’t the setting for these headers in the website work within the footer, or shouldn’t there be a place in the options to set the header tags for the footer?
My code for h3 and h5:
.container container-footer h3 {
color: #333;
font-weight: 400;
font-family: Palatino Linotype;
font-size: 24px;
}
.footer .container-footer h5 {
color: #333;
font-weight: 400;
font-family: Palatino Linotype;
font-size: 15px;
}
Appreciate your help.
Sue
Thank you!
Solved this – turns out it was one of my plug ins.
Sue