Hi,
Can someone tell me how to change the text color of suffix_samll? I am trying to use mod_latestnews in samll suffix with a different color of text.
#gk-page .moduletable_text.small > div > h3 { color: #333; font-size: 10px; text-transform: uppercase; border-bottom: 1px solid #d1d1d1; line-height: 37px; margin-bottom: 12px; margin-top: -8px; border-top: none; height:auto!important; font-weight:bold; }
#gk-page .moduletable_text.small > div > h3 { color: #2C3EC0 !important; font-size: 10px; text-transform: uppercase; border-bottom: 1px solid #d1d1d1; line-height: 37px; margin-bottom: 12px; margin-top: -8px; border-top: none; height:auto!important; font-weight:bold; }
.small > div > .moduletable_content > .mod_latestnews > ul > li > a{
color: RED !important;
}