Home › Forums › WordPress Themes – Premium › Lavish Pro › Changing fonts › Reply To: Changing fonts
October 14, 2015 at 12:51 pm
#21951
Participant
Hi Leonore Vervoorn,
Could you please explain more about changing fonts because we are little bit confuse about it. Do you want to change font-size or font family?
If you want to chnage the font-size then please put the following css to fix your issue:
body p {
font-size:14px;
}
And regarding site title margin, please use the following css to fix your issue:
.style_breadcrumbs h1{
margin: 5px 12px 16px 5px;
}
Note: Please use the custom css plugin or child theme to write css.
Thanks