Home › Forums › Support › Change Font size and alignment of Modules Title › Reply To: Change Font size and alignment of Modules Title

Posted 5 years, 5 months ago
Just add css code below
.itemid-101 .sp-module .sp-module-title {
text-align: center;
font-size: 30px;
}
to custom.css file then recheck.