Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
#619979 Sidebar colour change
pinokyonet
open “sidebar menu table.xml” file with notepad+ and change these codes i marked in red to secondary ;
<!-- club upcoming -->
<widget class="table" id="cluF" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false" auto_size="vertical" selected_appearance="tables/custom/sidebar/selected/row">
<record width="-1" column_heading="Icon">
<record id="column_properties"/>
</record>
<record width="-3" minimum_width="100" column_heading="Name">
<record id="column_properties" alignment="left,centre_y" colour="secondary" font="title" size="small" gap="0" >
<record id="secondary_text_properties" alignment="left,top" size="normal" colour="secondary"/>
</record>
</record>
</widget>
<!-- nation upcoming -->
<widget class="table" id="natF" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false" auto_size="vertical" selected_appearance="tables/custom/sidebar/selected/row">
<record width="-1" column_heading="Icon">
<record id="column_properties"/>
</record>
<record width="-3" minimum_width="100" column_heading="Name">
<record id="column_properties" alignment="left,centre_y" colour="secondary" font="title" size="small" gap="0" >
<record id="secondary_text_properties" alignment="left,top" size="normal" colour="secondary"/>
</record>
</record>
</widget>