Home › Forums › ASE Support › How do I edit the CSS in Zealot? › Reply To: How do I edit the CSS in Zealot?
Keymaster
Hi you can use something like this:
.entry-title {
font-size:1.5em !important;
width: 100px !important;
}
You would want to change the numbers here as you fit. (1.5em and 100px)