Title: How to edit plugin Using CSS
Last modified: August 21, 2016

---

# How to edit plugin Using CSS

 *  [mtraps](https://wordpress.org/support/users/mtraps/)
 * (@mtraps)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-edit-plugin-using-css/)
 * Hi everyone, I tried uploading s style.css file through the backend of clicksold
   setting in WordPress and it doesn’t seem to work properly. What am i doing wrong?
   I even just tried to make the body background color blue to see if it linked 
   properly and that didn’t even work. so it seems like I am targeting the wrong
   attributes.
 * I made simple code like this
    body { background-color: blue; }
 * p,h1,h2,h3,h4,h5 {
    font-family: ‘Open Sans’, sans-serif; color:#444849; }
 * h2.cs-communities-section-header {
    color:blue; }
 * form.cs-form input.cs-idx-quick-search, #listing_quick_search_form input#search_text{
   
   color: blue; }
 * Do I have to target something more specific. please help I am new.
 * [http://wordpress.org/plugins/clicksold-wordpress-plugin/](http://wordpress.org/plugins/clicksold-wordpress-plugin/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [ClickSold](https://wordpress.org/support/users/clicksold/)
 * (@clicksold)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-edit-plugin-using-css/#post-4170072)
 * Please note the css file upload is only applicable for modifying the css of the
   mobile version of the site. The ids that you have here imply that you are trying
   to update the site when viewing it via a normal browser.
 * To upload this you can input it into the javascript header script section. It
   is free form, just be sure to wrap your code in a style tag or it will not work.
   One word however doing this in this way will only include these styles on ClickSold
   pages, no clicksold related styles are included for pages where there are no 
   ClickSold components. I mention this as you are changing the body color and this
   will only work on CS pages.
 * I have noticed while trying this out that the input.cs-idx-quick-search element
   gets an inline style, I have reported this as it appears to be a mistake as it
   does not allow anybody to overwrite it’s color.
 * Finally for a more prompt response please contact our [support@clicksold.com](https://wordpress.org/support/topic/how-to-edit-plugin-using-css/support@clicksold.com?output_format=md)
   address where we’re available to help you with any issues you may still have.

Viewing 1 replies (of 1 total)

The topic ‘How to edit plugin Using CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/clicksold-wordpress-plugin_babcbc.
   svg)
 * [ClickSold IDX](https://wordpress.org/plugins/clicksold-wordpress-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/clicksold-wordpress-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/clicksold-wordpress-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/clicksold-wordpress-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/clicksold-wordpress-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/clicksold-wordpress-plugin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ClickSold](https://wordpress.org/support/users/clicksold/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-edit-plugin-using-css/#post-4170072)
 * Status: not resolved