See the next file <joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/templates/main.html.php
Find the following code:
Code: |
printf('<style type="text/css">#%1$s A{ font-size: %2$s !important; font-weight: %3$s !important; text-transform: %4$s !important; }</style>',
'ariextmenu_' . $menuId,
$moduleParams->get('fontSize', '12px'),
$moduleParams->get('fontWeight', 'normal'),
$moduleParams->get('textTransform', 'none'));
|
and the following:
Code: |
AriDocumentHelper::includeCustomHeadTag(
sprintf('<style type="text/css">#%1$s A{ font-size: %2$s !important; font-weight: %3$s !important; text-transform: %4$s !important; }</style>',
'ariextmenu_' . $menuId,
$moduleParams->get('fontSize', '12px'),
$moduleParams->get('fontWeight', 'normal'),
$moduleParams->get('textTransform', 'none')));
|
Regards,
ARI Soft