Home › Forums › Basel support forum › Change size of 'Text after title' text › Reply To: Change size of 'Text after title' text
June 11, 2018 at 7:25 am
#62191
Elise Noromit
Member
Hello,
Add this CSS to Theme Settings > Custom CSS
.title-wrapper.basel-title-size-default .title-after_title {
font-size: 14px;
}
Change 14px to the value you need.
Best Regards