-
Closed
-
I have added a custom footer and specified h2 as the font (for example) but what is displayed is not h2 – the font and the color is wrong. I have searched the setting and can’t find anywhere to set the font info for the footer and can’t figure what is overriding the h2 setting. Help please
http://calvarypresbychurch.org/new/Sue
Evolve +
Hi,
You can use below custom css style for customizing H2 font in the footer.
.footer .container-footer h2 {
color: #333;
font-weight: 400;
font-family: Alex Brush;
font-size: 30px;
}
Thank you
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
Hi,
In H3 tag you have given wrong css target check .container container-footer h3 but right is .footer .container-footer h3
Thank you
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
Hi,
In your footer section, you haven’t put any h3 tag.
http://prnt.sc/f24bo7
And we will develope all heding tag setting for footer section and other in next feature.
Thank you
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.
Hi,
Check any missing opening or closing bracket of your added code.
If your problem does not solve please send wp-login details in private reply for check your issue.
Thank you
Hi,
If you have to use this post as a private reply for send wp-login details. Private reply post is secure not see your credential details any persons.
And if you have to use email for send wp-login details so use our contact service
Thank you
The topic Formatting footer is closed to new replies