Home › Forums › WoodMart support forum › How to make the banner page title smaller on mobile devices? › Reply To: How to make the banner page title smaller on mobile devices?
March 14, 2019 at 12:05 pm
#112924
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .page-title.color-scheme-light .entry-title {
font-size: 20px;
}
Please replace 20px with the font-size you need.
Best Regards