Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [SOLVED] Changing the Header Message Style

[SOLVED] Changing the Header Message Style 15 years 8 months ago #2332

  • stereo3dguy
  • stereo3dguy's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Can you direct me in the source code where I might change the style and remove the <strong> tag in the Message Header (Message and/or Instructions to display above the donation form:)? I have tried to use html within the text box, but it overwrites my styles. The main.css seems to only deal with font-size and color.

_______________________________________________________________

Ok, I found the solution to this. In dtdonate.php around line 2157 is the following code:
<tr><th colspan=\"2\"><?php echo stripslashes($topmsg);?></th></tr>

The <th> tag causes all text to become \"bold\". I just replaced it with <span>, and all is well.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.247 seconds