eden-san
|
posted on 12/1/2005 at 10:34 AM |
I'm having the same problems, I'm quite good with HTML/CSS but can't figure
where to set the modules styles...
Tried <div id=""> and even <div > directly but didn't work, so
'was wondering where to set it!
Thanks, and sorry for my poor english
edit: found out what is was, my bad ^_-
[Edited on 1/12/2005 by eden-san]
[Edited on 1/12/2005 by eden-san]
|
101Goose
|
posted on 3/5/2005 at 07:14 PM |
anyone?
|
101Goose
|
posted on 3/4/2005 at 01:00 AM |
i am also having the same problem. i used the .module { and was able to
change the background color on my modules... but could not get the text to
change. here is what i tried:
<?.module {
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #FF6600;
background-color: none;
} ?>
what am i doing wrong?
|
Shawn
|
posted on 1/26/2005 at 07:46 PM |
The class="module" and the id="Horoscopes", so it should be:
#Horoscopes {
for Horoscopes only
or
.module {
for all modules
Thanks!
-Shawn
|
burbs
|
posted on 1/26/2005 at 06:20 PM |
Hello,
I've got a site I designed with Autothemes and I have a style problem. I
need to know how to change the text color in a certain module. I have
Module Styles active in the extras of Autothemes. Say I'm using a module
like the Horoscopes module. Within my style sheet I put:
Horoscopes {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
background-color: #000000;
}
Figured that would work from the description given under module styles, but
it doesn't do a thing. Also tried .Horoscopes but that didn't work either.
Anyone know what I'm doing wrong?
Thanks in advance.
[Edited on 26/1/2005 by burbs]
[Edited on 26/1/2005 by burbs]
[Edited on 26/1/2005 by burbs]
|