• 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/

Viewing 1 replies (of 1 total)
  • Plugin Author ClickSold

    (@clicksold)

    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 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.