Over riding default CSS
Hello There,
I have trying to put this custom CSS to Brizy cloud. but it is not over riding the default CSS.
Can you please help us show the correct method to use custom CSS.
body, h1, h2, h3, h4, h5, h6, p, li, ul, a, span {
font-family: 'Montserrat', sans-serif;
}
0
-
Hi,
try to add !important:
body, h1, h2, h3, h4, h5, h6, p, li, ul, a, span {
font-family: 'Montserrat', sans-serif!important;
}but, I would rather recommend you to set the font in Brizy editor: https://youtu.be/sseToVtsPi0
0
Please sign in to leave a comment.
Comments
1 comment