Home
Help
Sitemap
Login
Register
Elxis.org
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Elxis 4.x documentation
for users and developers
Elxis CMS Forum
>
Support
>
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) >
Contact Form white border
Pages: [
1
]
« previous
next »
Print
Author
Topic: Contact Form white border (Read 347 times)
armpouniotis
Full Member
Offline
Posts: 199
Contact Form white border
«
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
Thank you advance
Christos
Logged
Christos Armpouniotis
datahell
Elxis Team
Hero Member
Offline
Posts: 7588
Re: Contact Form white border
«
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
Elxis Team
|
Is Open Source
|
IOS Reservations | IOS Eshop
armpouniotis
Full Member
Offline
Posts: 199
Re: Contact Form white border
«
Reply #2 on:
January 24, 2013, 14:19:03 »
thank very much for your information !
Christos
Logged
Christos Armpouniotis
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> News and announcements
-----------------------------
Support
-----------------------------
=> FAQs
=> General
=> Installation
=> Security
=> Administration
=> Database
=> Language
=> Elxis 4.x DEV
=> Elxis 2008 developers guide
=> Technical support
=> Public Speaking
-----------------------------
Extensions
-----------------------------
=> Components
=> Modules
=> Bots and plugins
=> Tools
=> Bridges
=> Templates
-----------------------------
Community
-----------------------------
=> Elxis Community
=> Elxis 2008.x Olympus (dev)
=> Build with Elxis...
-----------------------------
Ελληνικό Forum
-----------------------------
=> Γενικά Θέματα για το Elxis CMS
=> Εγκατάσταση
=> Διαχείριση
=> Γλώσσες - Πολυγλωσσία
=> Πρόσθετα
=> Ασφάλεια
=> Βάσεις Δεδομένων
=> Σχετικά με το Forum
=> Δημόσιο Βήμα
-----------------------------
International zone
-----------------------------
=> Dutch
=> Deutsch
=> Français
=> Italiano
=> Indonesian
=> فارسی - Persian
=> Русский
=> Srpski - Српски
=> Türkiye
Loading...