Suffix " note"

GK User
Tue May 17, 2011 8:29 pm
I would like to change the color of text and title. it is possible using the Suffix " note"?

Walter
User avatar
Expert Boarder

Konrad M
Wed May 18, 2011 6:33 am
Hi
Maybe better idea is made own suffix and add rules to override.css option.
User avatar

GK User
Wed May 18, 2011 11:21 am
ok, i have insert this code in override.css and actived it in template.
I would like to ask you, where I insert the color title of article and the color text article?


.box.note {background: url('../images/style2/mod_note-top.png') no-repeat 100% 0}

.box.note .moduletable_content {background: #fff; color: #000}

.box.note>h3 {text-align: right; background: url('../images/style2/mod_sticky.png') no-repeat 0 0; color:#2d2d2d}

.box.note .moduletable_bot {background: url('../images/style2/mod_note-bottom.png') no-repeat 0 100% }

.box.note>h3 span{color:#ffd7ff}

.box.note>h3 {background: url('../images/style2/mod_sticky.png') no-repeat 0 0; color:#E0C771}

.box.note .content {background: url('../images/style2/mod_note-bottom.png') no-repeat 0 100%}

.box.note .content > div {background-color: #ff33cc}

.box.note .a { color: #99ff33 }
User avatar
Expert Boarder

Konrad M
Wed May 18, 2011 12:42 pm
To change title text color try here:
Code: Select all
.box.note>h3 span {
color:#000; //here put your color value
}

to change text color add here
Code: Select all
.box.note .content
User avatar

GK User
Wed May 18, 2011 1:20 pm
does not work. I changed the colors where you told me and I turned override.css in the template but the colors are still those of the template
User avatar
Expert Boarder


cron