Hi Entwerfer,
We can help you but We recommended not to change the code because if you change the code then while updating to our new version all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.
You go to the specific folder (attitude) -> library -> admin -> attitude-themeoptions-defaults.php and search this file page_post_title_sizes and remove all this
` ‘page_post_title_sizes’ =>array(
“20” => “20”,
“22” => “22”,
“24” => “24”,
“26” => “26”,
“28” => “28”,
“30” => “30”
),`
and add this ` ‘page_post_title_sizes’ =>array(“16” => “16”,
“20” => “20”,
“22” => “22”,
“24” => “24”,
“26” => “26”,
“28” => “28”,
“30” => “30”
),`
Do this for other to if you want to change other font size too.
Thank you!