XF 1.2 How to Get XenVetena Layout and Width?

Jericho M

Active member
Hello Everyone,

The style chooser of this forum located at the footer is really awesome and I personally liked the design of XenVetena style. How can I get or achieve that design? I want to implement it in my community.

Any reply would be much appreciated. :)

Thanks,
Jericho
 
Style Properties -> General -> Body, put the font family as:

Code:
'Helvetica Neue',Helvetica,Arial,sans-serif

Then style properties -> Message Elements -> Message Text, put font family as:

Code:
Verdana,Arial,sans-serif

Aside from the fixed width(style properties -> general -> page width Controller)

I think that's all the changes that's done to it.
 
Style Properties -> General -> Body, put the font family as:

Code:
'Helvetica Neue',Helvetica,Arial,sans-serif

Then style properties -> Message Elements -> Message Text, put font family as:

Code:
Verdana,Arial,sans-serif

Aside from the fixed width(style properties -> general -> page width Controller)

I think that's all the changes that's done to it.


What is the exact width?
 
Top Bottom