I followed the instructions
here for adding a custom css file to the EasySocial theme. However, the custom.css is loaded before the theme files so it's being overridden by the core theme files.
<link rel="stylesheet" href="http://localhost/itasteitsocial/templates/rt_anacron/html/com_easysocial/css/custom.css" type="text/css" />
<link rel="stylesheet" href="http://localhost/itasteitsocial/components/com_easysocial/themes/wireframe/styles/base.css" type="text/css" />
<link rel="stylesheet" href="http://localhost/itasteitsocial/components/com_easysocial/themes/wireframe/styles/style.css" type="text/css" />
<link rel="stylesheet" href="http://localhost/itasteitsocial/components/com_easysocial/themes/wireframe/styles/more.css" type="text/css" />
It's a local dev site so I can't provide a link. Is anybody else experiencing this issue?
Thanks.
Kurtis