Change Font Size of 'title' of the Array in the file Links-Home.php

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
mohamed
Veteran Member
Posts: 80
Joined: 2020-04-19 16:18

Change Font Size of 'title' of the Array in the file Links-Home.php

Post by mohamed » 2023-04-29 19:40

Hello,

Is it possible to change the Font Size of the 'title' of the Array in the file Links-Home.php ?

$homeLinks[] = array(
'url' => 'hooks/global-search.php',
'title' => 'Global Search',
'description' => 'Search across all tables',
'groups' => array('*'), // groups allowed to see this link, use '*' if you want to show the link to all groups
'table_group' => 'Global Search',
'grid_column_classes' => 'col-xs-12 col-sm-6 col-md-6 col-lg-6',
'panel_classes' => '', // optional CSS classes to apply to panel. See: http://getbootstrap.com/components/#panels
'link_classes' => 'btn-warning', // optional CSS classes to apply to link. See: http://getbootstrap.com/css/#buttons
'icon' => 'hooks/search.png'
);




Thank you ...
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course

Post Reply