really hope you can help me out. I´m trying to get this worked but get no solution for my problem.
I downloaded the phoca t template (thanks for this - its great)
now i got following problem.
i added a new custom module, and i want to add an suffix to get an image before the titel of the module.
should look like this:
http://www.yootheme.com/demo/themes/joo ... &Itemid=58
i added following line to my template.css
Code: Select all
div.moduletable_test {
background-color: #FFFFD2;
}
div.moduletable_test h3, ul.moduletable_test, ul.moduletable_test a {
color: #8B4513;
}
but when i write this in my module suffix field i see no changes in the module.
i use firebug to see the sourcecode for my module and i can read following:
Code: Select all
<div class="module">
<div class="phoca-in">
<h3 class="module-title">hello world</h3>
<div class="module-content">hello world</div>
</div>
</div>
Code: Select all
div.module h3 {
border-bottom-color: #58585A;
border-bottom-style: solid;
border-bottom-width: 4px;
color: #C4161C;
font-family: Arial,sans-serif,Verdana,Helvetica;
margin-top: 10px;
}
template.css (Zeile 309)
h3 {
font-size: 1.2em;
Thanks in advance for your help
Thomas