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

TOPIC: White box around Joomla User Auto-creation

White box around Joomla User Auto-creation 10 years 8 months ago #23060

  • forgemarketing
  • forgemarketing's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
How do I remove the white background box around the Joomal User Auto-creation fields DTRegister is generating? I tried setting Form Field Styling to "Styled by DT Register" but that didn't help.

Any suggestions? Thanks!

www.wisconsinbaseballreport.com/index.ph...k=individualRegister

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

White box around Joomla User Auto-creation 10 years 8 months ago #23069

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
This is just coming from the DT Register CSS file:

/components/com_dtregister/assets/css/main.css

Due to your dark background and light text, it doesn't look good. Just update this styling:

div.dt_user_box {
background: #EFEFEF;
border: 1px solid #999999;
font-size: 85%;
padding: 5px 5px 0px 5px;
margin: 5px 0px 5px 0px;
clear: both;
}

That is what shows by default. Modify as needed.

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.233 seconds