Home › Forums › WoodMart support forum › Shop title font size › Reply To: Shop title font size
March 26, 2018 at 9:24 am
#48832
Elise Noromit
Member
Hello,
In order to configure font size, navigate to Theme Settings > Page heading as shown here: http://prntscr.com/iwg22f If it is not good for you, try this CSS code, changing the value
.page-title .entry-title {
font-size: 42px!important;
}
Best Regards