5E Character Create Playlist

Thread: Theme problem

  1. #1

    Theme problem

    I am working on a custom theme for 5e and so far FG Gap was the only theme that I have seen that got rid of the lines on the character sheets etc, that come under all the data fields. Not sure if he just changed its color to appear invisible or managed to remove them.

    I am having trouble locating the code to alter to address them.

    Any help would be appreciated.

    Thanks in advance.

  2. #2
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    Those fields use the stringu (string underline) control template.

    This is defined in CoreRPG as follows:
    Code:
    	<template name="stringu">
    		<stringfield>
    			<font>sheettext</font>
    			<lineoffset default="on" mergerule="replace">1</lineoffset>
    		</stringfield>
    	</template>
    If you wanted to completely remove the underline from every place that is used, then you could override the stringu template to remove the lineoffset setting. If you wanted to change just a few fields, replace the stringu template use with simplestring.
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  3. #3
    Thanks Trenloe, that did it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
5E Product Walkthrough Playlist

Log in

Log in