Custom Font not saving
-
I want to custom font my “chunk” template and the changes are not saving and I can not purchase my changes
The blog I need help with is: (visible only to logged in users)
-
body {
color: #555555;
font-family: ‘Helvetica Neue’,Helvetica,Arial,sans-serif;
font-size: 13px;
}That’s your styling right now. Easy way to do this is just plug that into your css editor and play around with it. Try adding !important if it won’t stick body{color:#000000 !important; } should be black.
*not an expert
- The topic ‘Custom Font not saving’ is closed to new replies.