This topic has 3 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Rose Tyler
Hi there,
I need to set the font for the text in staticblock at the footer for
Jura , as it is the rest of the site
Any idea?
thanx
I also need for the
.vc_separator h4
to be bold?
ani idea?
thanx
Hello,
You can add this code in Custom CSS:
.main-footer p{
font-family: jura !important;
}
As I see, your .vc_separator h4 alreadi bold, also you can to change font size:
.main-footer-1 .vc_separator h4{
font-size: 20px !important;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up