Reply To: Change Font size and alignment of Modules Title

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


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