Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
How to change color of radio buttons in a poll ?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to change color of radio buttons in a poll ? (Read 8320 times)
khaled
Newbie
Posts: 13
How to change color of radio buttons in a poll ?
«
on:
October 11, 2008, 21:09:44 »
Hi again,
I am modifying the default (okto) template according to my own choice. Right now I am trying to change the color of the radio buttons of the polls but can't figure out how to do that.
Any help please ?
Logged
kebic
Elxis Community
Sr. Member
Posts: 307
Re: How to change color of radio buttons in a poll ?
«
Reply #1 on:
October 11, 2008, 21:29:09 »
customize.css
Logged
Poslovni Consulting
|
make gifs from videos
datahell
Elxis Team
Hero Member
Posts: 10356
Re: How to change color of radio buttons in a poll ?
«
Reply #2 on:
October 11, 2008, 22:57:17 »
I don't know if you can change the background colour or the radio boxes properly for all browsers. Radio boxes as well as check boxes are quite special and each browser renders them different. Test it.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
khaled
Newbie
Posts: 13
Re: How to change color of radio buttons in a poll ?
«
Reply #3 on:
October 12, 2008, 05:54:46 »
Thank you for your replies.
Quote from: kebic on October 11, 2008, 21:29:09
customize.css
I did look at customize.css & layout.css but could find the place where to make the changes. (I found the 'poll' & 'vote' section in the customize.css but there are no pre-settings there for radio button colors. Probably I need to add new lines to the 'poll' section but I'm a newbie and can't do it myself
BTW, I am using firefox 3 and only concerned with this browser at the moment.
Logged
LTdeveloper
Newbie
Posts: 6
Re: How to change color of radio buttons in a poll ?
«
Reply #4 on:
October 17, 2008, 17:48:47 »
Does anyone have same problem I have?
How to change color of radio buttons in a poll ?
I want to make transparent background, any ideas?
Logged
LTdeveloper
Newbie
Posts: 6
Re: How to change color of radio buttons in a poll ?
«
Reply #5 on:
October 17, 2008, 17:53:37 »
No need. kebic was right.
this is css code for transparent poll.
/* poll */
ul.polltable li.row0, ul.polltable li.sectiontableentry1 { background-color:
transparent
; }
ul.polltable li.row1, ul.polltable li.sectiontableentry2 { background-color:
transparent
; }
ul.polltable li.sectiontableentry1 a:link, ul.polltable li.sectiontableentry1 a:visited,
ul.polltable li.sectiontableentry2 a:link, ul.polltable li.sectiontableentry2 a:visited {
color: #5F5F30;
font-weight: bold;
text-decoration:none;
}
ul.polltable li.sectiontableentry1 a:hover, ul.polltable li.sectiontableentry2 a:hover { color: #000; }
Logged
Flash
Newbie
Posts: 5
Re: How to change color of radio buttons in a poll ?
«
Reply #6 on:
October 18, 2008, 03:14:39 »
.button
the easy clas for a button. just make it hard
Logged
LTdeveloper
Newbie
Posts: 6
Re: How to change color of radio buttons in a poll ?
«
Reply #7 on:
October 18, 2008, 15:36:35 »
yea,
i don't see a word button. That code is for transparent background in poll, not for button.
sorry my mistake.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
How to change color of radio buttons in a poll ?