LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Unable to change answer appearance with CSS (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Unable to change answer appearance with CSS
#6222
Xax (User)
Junior Lime
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Unable to change answer appearance with CSS 1 Year, 1 Month ago Karma: 0  
According to the Templates & Style Guide, I should be able to modify the CSS in startpage.pstpl to modify how answers are displayed. I did the following:

.radio
{
font-weight: bold;
}

However, radio answers don't appear in bold. I tried other things (font color, size, etc.), and they don't work either. Am I doing something wrong?
 
Logged Logged  
  The administrator has disabled public write access.
#6224
Xax (User)
Junior Lime
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Re:Unable to change answer appearance with CSS 1 Year, 1 Month ago Karma: 0  
Okay, I've figured out that there's a way to change answer appearance by using .answer in startpage.pstpl. But going back to radio answer appearance, is there a way to edit the CSS in startpage.pstpl to put a space between the radio button and the answer text?
 
Logged Logged  
  The administrator has disabled public write access.
Go to top