Hi Peter,
I had actually came across those threads but am still confused. You said in one of the posts the folowing:
yeah, they use a php file to generate a dynamic css. You should be able to add that to your template anyway.
Just take a look in the html source of the page where it does work. You should see the link tag with that css.php file in the head. Just copy the tag and place it in your templates index.php.
I take it you were saying it wasn't loading his CSS file. I tried inserting the following line into the <head> section of my templates index.php file:
<link rel="stylesheet" href="http://www.mysite.com/templates/yoo_level/css/modules.css" type="text/css" />
This led to the current styling of the site (not only modules) to change as YOOtheme gives you a file called "custom.css". This makes updating the template easy as you don't lose all of your CSS changes when updating.
The custom.css file IS loaded on every page (looking at the source). I have the the CSS style for the modules suffix "rounded-white" in the custom.css file however nothing happened when I place the module into an article. I do notice that using Firebug in firefox that the module does not even have all of the divs for the styling. I only get the following code:
<div class="moduletablerounded-white">
<h3>my module</h3>
<div style="text-align: center;">test mod</div>
</div>
In the code above, "rounded-white" is my module class suffix on the module. I am not sure where to go from here. If you would like to take a look at an example the URL is:
telmantec.com/clients/case-studies/case-study-educational
At the very bottom of the page you will see "My module". This is placed using Modules Anywhere. The modules on the left are styled as they should be using a module class suffix "rounded". Any further help from you or anyone else that has a solution would be much appreciated.
Keeping my fingers crossed and thank you,
Mark