Shape 5

Joomla Templates => Compassion - Club => : jimbondox December 18, 2011, 04:10:23 AM



: where to change text color?
: jimbondox December 18, 2011, 04:10:23 AM
i found where to do some of it, but the headings of modules i would like to change.

Thanks


: Re: where to change text color?
: jonahh December 19, 2011, 11:49:20 AM
You can change some of it here for highlight color:

.s5_h3_first {
    color: #F3ECB2;
}
template.css (line 747

Here for the white color:

module_round_box h3 {
    color: #FFFFFF;
    font-size: 1.3em;
    margin-bottom: 22px;
    margin-top: 0;
    text-transform: uppercase;
}
template.css (line 824


: Re: where to change text color?
: jimbondox December 24, 2011, 01:54:37 PM
thanks... I cant find where the spot light news is being done, i went through everything, but the module says it pulls colors from the template css... i changed everything to red and cant see where it is pulling int from... Please help on that


: Re: where to change text color?
: jonahh December 26, 2011, 12:59:24 PM
Can you post a URL of this?  There is no spotlight news on the demo so Im not sure what red text you are referring to

Thanks


: Re: where to change text color?
: jimbondox December 26, 2011, 01:58:26 PM
www.mv1ofcleveland.net

I am going to work on it tonight and tomorrow so if you can help me out as always... great!

it is the latest from the blog section. I had to change some things to red to see where they were... so disregard that. thanks again for the help



: Re: where to change text color?
: jimbondox December 27, 2011, 10:13:15 AM
so is that module the spotlight news?


: Re: where to change text color?
: jonahh December 27, 2011, 01:00:27 PM
Oh Im sorry correct that is.  I forget :)     Some colors and things you change from the spotlight news module admin.  But what text specifically are you trying to change?  I can then let you know if its in the admin or in css


: Re: where to change text color?
: jimbondox December 27, 2011, 01:12:08 PM
I want the article black, right now it is light gray


: Re: where to change text color?
: jimbondox December 27, 2011, 02:07:41 PM
I looked in the module to see if the text was changeable but it was the read more text and not the body text


: Re: where to change text color?
: jonahh December 28, 2011, 12:53:33 PM
Ah ok its actually written inline to the spotlight news overrides.  Open up the php files here:

compassion\html\mod_s5_spotlight_news\

for example:

_item_others.php
_item_last.php
etc

and you'll see it in there



: Re: where to change text color?
: jimbondox December 28, 2011, 02:03:13 PM
awesome, thank you