How do I change the css style of these tables? | Formidable Plus | Forum

This forum requires Javascript to be enabled for posting content

 

Current User: Guest
Login
Members
Please consider registering

Lost Your Password?

Search Forums:

 










Minimum search word length is 4 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

How do I change the css style of these tables?

Reply to Post
Add a New Topic
User Post

3:34 pm
May 28, 2012

JamieEdwards

Member

posts 3

Post edited 10:37 pm – May 28, 2012 by JamieEdwards


I need to change the font sizes, the grey background colors, and the size of the input boxes. How do I do that?

 

Here is my url scroll down to near the bottom of the form to see where I used these tables:

http://homeloan.ca/mortgage-application/

10:56 am
June 3, 2012

Top Quark

Barrie, ON

Member

posts 177

Hi Jamie,

You can override the CSS in your own stylesheet.  The Formidable Plus styles are brought in as an enqueued stylesheet with the ID 'frmplus-forms'.  If you wish to bypass that stylesheet directly, do something like this:

add_action('wp_print_styles','my_function');
function my_function(){
   wp_dequeue_style('frmplus-forms');
}

Cheers
Trevor 

9:39 pm
November 7, 2012

KennethCline

Member

posts 4

Trevor,

 

I looks at first glance that the approach you're suggesting above would affect all tables in the site. I'd like to be able to style individual columns (most particularly textbox / textarea width). Can you provide guidance to help with that?

 

KLC

10:05 am
November 23, 2012

Top Quark

Barrie, ON

Member

posts 177

Hi KLC,

You should be able to affect any individual table using CSS within your style.css file of your theme.  Are you comfortable with CSS?  To figure out what rules you'll want to put in, you'll need to either view source or (better) Inspect Element (if you're working in Chrome or Safari).  

If you'd like, you could send me a link to a page with the table you'd like to style, and tell me exactly what you'd like to do and I can write out some starter rules for you.

Cheers
Trevor 

Reply to Post

Reply to Topic:
How do I change the css style of these tables?

Guest Name (Required):

Guest Email (Required):

NOTE: New Posts are subject to administrator approval before being displayed

Smileys
Confused
Cool
Cry
Embarassed
Frown
Kiss
Laugh
Smile
Surprised
Wink
Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
5 + 5
   

© Simple:Press