PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Can't get css changes to appear using weaver theme

  1. Anonymous
    Unregistered

    Hi,

    I have tried updating style.css and clearing cache, but nothing I do updates the styling of my form.
    The css class name fields work well. I am using them within the form editor.

    I want to update the color and style of the forms description
    in style.css I have added, but the description is still black
    body .gform_wrapper .gform_heading .gform_description {color: green}

    I would also like the to put the field descriptions on top above the field labels (currently the description appears below the fields, but I am unsure how to style that.

    Please advise thanks.

    Posted 12 years ago on Tuesday October 25, 2011 | Permalink
  2. Hi Ben,

    Sounds like your style might be not be specific enough and is being overridden by the original style. Can you share a link to your form and we can provide a tip or two?

    Posted 12 years ago on Tuesday October 25, 2011 | Permalink
  3. Anonymous
    Unregistered

    thanks here is a link http://www.hellohomecare.com/sensational-seniors/

    I would like to style the description on top
    and also change the placement of the descriptions below the form fields so that they appear above
    the fields.

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  4. Ben,

    The current version of the plugin doesn't have an option to change the description placement, but the 1.6 Release Candidate version is available now and that option has been added. You can choose to have the description above or below the inputs. It's a global option though so it would apply to all the descriptions in your form, not just for one field type.

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  5. Anonymous
    Unregistered

    Thanks Rob - Can I download the RC from the website? From the WP dashboard it states that I am up to date, so it doesn't look like I can pull in the RC from there.

    Also, Do you guys have any advice on my styling issues?

    Your feedback is much appreciated.

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  6. Anonymous
    Unregistered

    FYI - I figured out my styling problem. I was adding body to the beginning of css was causing the problem

    Now I just need to get that RC and I will be good to go!! - Awesome plugin!

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  7. Awesome Ben - glad you got it hooked up! If you haven't nabbed it already you can download the RC here: http://www.gravityhelp.com/downloads/

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  8. Anonymous
    Unregistered

    Thanks Rob - That worked great.

    Last ? and I am done!!! yeah baby!

    Is it possible to control the style of the post?
    I am using a post field / body field and the content template to add a picture in the appropriate spot, but can't figure out how to change the text color and size of the published post. I thought I could do it from the content template but haven't had any luck.
    Please advice and thanks again for the help!!

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  9. Hey Ben, right on! Do you have a page link to a published post or would the published post example in this case be the Pal Cameron content under the form?

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  10. Anonymous
    Unregistered

    Hey Rob,

    The post is the Pal Cameron content under the form.

    Thanks,

    Ben

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  11. Looks like you could do:

    [css]
    .category-sensationalseniors p {
        color: red;
    }

    This would target all paragraphs in posts with that class, which should be your sensationalseniors! :)

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  12. Anonymous
    Unregistered

    Wow - that worked great. The support for this plugin is phenomenal!

    Is it possible to dynamically proportionally resize an image that users insert into the post.
    I would like the image to be constrained within certain dimensions, but be proportional. Basically,
    I want the images to take up less room in the post, but still be proportionally correct. Not sure if that is possible. - thanks again! I love the font used in this forum.

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  13. Hey Ben, you probably can get away with doing something like this (blindly offering this snippet):

    [css]
    .category-sensationalseniors img {
        width: 100px;
    }

    See if that does the trick, the browser should render the height automatically in proportion.

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  14. Anonymous
    Unregistered

    thanks so much for your help!! much appreciated.

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  15. Ben, always glad to help!

    Posted 12 years ago on Thursday October 27, 2011 | Permalink

This topic has been resolved and has been closed to new replies.