Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AWP Classifieds Team

    (@awpcp)

    Hi Cristian,

    Well, it sounds like you did most things correct here…but there are some things you might have missed.

    1) It’s possible you’re using the wrong selectors above, which means your changes are being ignored because they don’t affect your HTML. You may need to use Firebug or Chrome developer tools to verify which elements you are selecting. I find this tutorial helpful for getting selectors right: http://code.tutsplus.com/tutorials/the-30-css-selectors-you-must-memorize–net-16048

    2) To verify that your file is loading, put some obnoxious and obvious change in, like

    * {
    background-color: red;
    }

    Just to make sure your file is indeed loading. That should test it quite definitively. If you don’t see red everything, then your file isn’t loading. You might try other locations from this article: http://awpcp.com/forum/faq/how-to-use-custom-styles-with-awpcp/ or other names. Maybe even a conflict test.

    3) Triple check the paths in your CSS above. Use absolute instead of relative paths for your site. Maybe that changes the behavior.

    I hope that helps. Let me know if you run into any more issues.

    Thread Starter Cristian Vacca

    (@cristianvacca)

    Thank you. I feel your advice

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘awpcp_custom_stylesheet.css’ is closed to new replies.