- Posts: 14116
- Thank you received: 1639
Module Text Colour
-
pchappy
- Topic Author
- Visitor
12 years 3 weeks ago #23529
by pchappy
Module Text Colour was created by pchappy
hi
i need to be change the colour of the module text and module headings
how would i do this?
110.232.140.130/~gspitcom/index.php
thanks
Craig
i need to be change the colour of the module text and module headings
how would i do this?
110.232.140.130/~gspitcom/index.php
thanks
Craig
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 3 weeks ago #23540
by ivan.milic
Replied by ivan.milic on topic Module Text Colour
This is trick you can use in any case:
Add module suffix " mystyle1" to module. Then in template_css.css add css like this:
.mystyle1{ ..
.mystyle1 h3{... this is for title
so you get class mystyle1 you can style in css
Add module suffix " mystyle1" to module. Then in template_css.css add css like this:
.mystyle1{ ..
.mystyle1 h3{... this is for title
so you get class mystyle1 you can style in css
Please Log in to join the conversation.
-
pchappy
- Topic Author
- Visitor
12 years 3 weeks ago #23559
by pchappy
Replied by pchappy on topic Module Text Colour
hi
so i have added the module suffix and the code
it doesn't seem to have changed the color only the font, what's the font used in the headings?
.mystyle1{
color: #000;
}
.mystyle1 h3{
color: #000;
}
so i have added the module suffix and the code
it doesn't seem to have changed the color only the font, what's the font used in the headings?
.mystyle1{
color: #000;
}
.mystyle1 h3{
color: #000;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 weeks ago #23567
by ivan.milic
Replied by ivan.milic on topic Module Text Colour
you did not omit firs blank char in suffix, right?
also try this:
.mystyle1{
color: #000!important;
}
.mystyle1 h3{
color: #000!important;
}
also try this:
.mystyle1{
color: #000!important;
}
.mystyle1 h3{
color: #000!important;
}
Please Log in to join the conversation.
-
pchappy
- Topic Author
- Visitor
12 years 3 weeks ago #23572
by pchappy
Replied by pchappy on topic Module Text Colour
i added mysyle1 to the module suffix
still doesn't work
still doesn't work
Please Log in to join the conversation.
-
pchappy
- Topic Author
- Visitor
12 years 3 weeks ago #23574
by pchappy
Replied by pchappy on topic Module Text Colour
its only module - user 5-9
Please Log in to join the conversation.
Time to create page: 0.160 seconds