Edit Home Menu Category Text
#1
Is there an easy way to edit the images for the category text on the home menu.

I want to change the "VIDEOS" text to something else.
Reply
#2
Edit icon and texture on home.xml to the image you want to use.
You can also add another category instead of changing video on home.xml
Read my question How to add scripts/plugins in home screen

Code:
<item id="4">
<description>Videos Category</description>
<icon>videos-text-blurred.png</icon>
<thumb>$INFO[Skin.String(VideosCustomBG)]</thumb>
<onclick>ActivateWindow(VideoFiles)</onclick>    
<visible>!Skin.HasSetting(HideVideosCategory)</visible>
                    </item>
Code:
<control type="image">
<Description>Videos Category Focus</Description>
<posx>20</posx>
<include>HomeMenuCategoryFocusDim</include>
<texture>videos-text-focus.png</texture>
<visible>Container(850).HasFocus(4)</visible>
<include>HomeMenuCategoryFocusAnim</include>
                    </control>
Reply
#3
Thanks, but what im looking for is a .psd file or something that I can change the text in the image and keep the same font size and style.
Reply
#4
agreed i'm in the same boat at the moment, love the skin but need to add another menu item / mod existing item and would like to keep the skin the same all the way.

any chance of source menu bar text?
Reply

Logout Mark Read Team Forum Stats Members Help
Edit Home Menu Category Text0