Jump to content

Text color font


hdsnviefbvs

Recommended Posts

It should be controlled by the 'competition history' xml file found in the panels\competition folder, locate this line near the bottom (the other lines control the other columns;

<record index="0" id="yerc" left="4" sort_disabled="false" />

And change it to read something like this:

<record index="0" id="yerc" left="4" sort_disabled="false" colour="white"/>

Though if that doesn't work then you might need to do the gradient trick replace the colour bit with font="XXX" then in the fonts folder for your skin create a new xml file using the name of the font you've just declared and paste the following code into the file:

<record>

<string id="file_name" value="proximanova-regular.ttf"/>

<integer id="gradient_upper_margin" value="20"/>

<integer id="gradient_lower_margin" value="0"/>

<integer id="gradient_curve" value="0"/>

<integer id="gradient_upper_colour_red" value="255"/>

<integer id="gradient_upper_colour_green" value="255"/>

<integer id="gradient_upper_colour_blue" value="255"/>

<integer id="gradient_upper_colour_alpha" value="255"/>

<integer id="gradient_lower_colour_red" value="255"/>

<integer id="gradient_lower_colour_green" value="255"/>

<integer id="gradient_lower_colour_blue" value="255"/>

<integer id="gradient_lower_colour_alpha" value="255"/>

</record>

 

Link to post
Share on other sites

Thanks for reply. Unfortunatly I dont have any file by the name of 'competition history' xml located in the panels\competition folder. I'm using a custom skin so maybe that's why the XML-file is missing.

XML files inside panels\competition folder:

competition news calendar day panel
competition news panel
transfer deadline weeks days

folder inside the panels folder called "cfm"/

XLM files:

cfm competition news image panel large
cfm competition news image panel medium
cfm competition news item large
cfm competition news item last minute
cfm competition news item medium
cfm competition news item medium2
cfm competition news item small
cfm competition news item title only dark text
cfm competition news side panel

 

I have searched inside the XLM files to try and find the correct line, but can't find it. Since it is a custom skin maybe the coding for that text color is located elsweare in some other XML in anoter patch.

So how do I replace the colour bit with font? Do I need to do someting with the 'competition history'xlm file regarding this? (If so I'm still ****ed because I cant find the file ... LoL)

 

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...