Elxis CMS Forum
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Elxis 4.x documentation for users and developers
 
Pages: [1]
  Print  
Author Topic: Contact Form white border  (Read 347 times)
armpouniotis
Full Member
***
Offline Offline

Posts: 199



WWW
« on: January 23, 2013, 00:25:48 »

Hi there !

in Elxis Nautilus, in the contact form there is a white border. How can I take this off ? Or at least change its color Huh

Thank you advance
Christos
Logged

Christos Armpouniotis
datahell
Elxis Team
Hero Member
*****
Offline Offline

Posts: 7588



WWW
« Reply #1 on: January 23, 2013, 19:25:59 »

No, elxis form's default css does not uses any white border around the form...

The contact plugin draws a form with the class "elx_form". You can change the style of any form element by making modifications or additions in your template's css file.
The elements and the css classes used in that form are listed below. From what you said you should focus on the form and the fieldset tags.

<form class="elx_form">
<fieldset class="elx_form_fieldset">
<legend class="elx_form_legend">
<div class="elx_form_row">
<label class="elx_form_label">
<input  class="inputbox">
<select class="selectbox">
<textarea  class="textbox">
<button class="elxbutton-save">

To overwrite or set a css rule write at the very bottom of your template's css file something like that:
fieldset.elx_form_fieldset { border:1px solid red; }

If you need more help post a link.
« Last Edit: January 24, 2013, 19:54:50 by datahell » Logged

armpouniotis
Full Member
***
Offline Offline

Posts: 199



WWW
« Reply #2 on: January 24, 2013, 14:19:03 »

thank very much for your information !

Christos
Logged

Christos Armpouniotis
Pages: [1]
  Print  
 
Jump to: