Custom heading font not showing
-
Hi,
1. I have set a Custom Heading and selected a different font from the default font, but it will only show the default font. Example here: Nunito is default font, Custom Heading set as Lora but as you can see from the screenshot, only Nunito is showing.
2. Can you provide me with the CSS to set the font size for the text in the footer and copyright?
Thanks
Attachments:
You must be
logged in to view attached files.
Hi,
Send us a link where we can see this, please.
Regards
Here you go:
At the bottom, right before the Instagram pictures.
What about question No. 2?
1. Do you add it to the page content or to the HTML Block? Seems to be a bug in Visual Composer.
2. Here is a code for this
.footer-container p,
.footer-container a,
.footer-container {
font-size:18px;
}