Hello,
This is all that shows up as my stylesheet.
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/pass-mt/mt-static/themes/base-weblog.css);
@import url(/pass-mt/mt-static/themes/theme-blue_crush/theme-blue_crush.css);
/* end StyleCatcher imports */
I want to make some modifications, but I don't know how since this really has no code. How do I get the old style sheet to appear where I can make changes? I am using blue crush style.
the changes I want to add are:
.entry-body-news {color: #000000;}
.entry-body-advice {color: #0000ff;}
.entry-body,
.entry-body-news
.entry-body-news {color: #000000;}
.entry-body-advice
.entry-body-advice {color: #0000ff;}
.entry-more-link,
.entry-more
{
clear: both;
}
If anyone has any suggestions on where to put this stuff please let me know. What I am trying to do is have the type font turn blue if the main category name is advice and for it to stay black if the main category name is News.
Thanks for any help on this. I have used this on a previous website and it worked well. The style sheet on that one was much longer though.
Wayno5000
