This topic is: not resolved
- This topic has 4 replies, 3 voices, and was last updated 11 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Quform WordPress › Trouble changing styles
at: http://asaptee.com/?page_id=17
I would like to change the red text “required” to white. I’ve tried many things, don’t see a choice for that in the styles draggables, used Firebug tried the code below in my site .css but can’t get anything to work.
.iphorm-required{color: #FFFFFF;}
Also on that page I would also like to make the fat light grey border around the form the same dark grey as the background, but I just can’t find the element that controls it – same with FB – nothing i found worked.
Many thanks for you help!
try this
.iphorm-required {
color: #ffffff!important;
}
for the background try
.builder-module-sidebar .widget {
background: #333333!important;
}
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Thanks so much – but since there’s not a draggable item for “required” text – where should I put the css?
Many thanks! I put it in my theme css file but that didn’t work.
Never mind! & thanks – it worked when I put in a space i must have been missing! Many thanks!