Blue.css (Child Theme?)
Hi,
I would like to make some changes to some code located in the blue.css stylesheet and then use it in my child-theme. I am not having any luck. Just wondering if it can be done at all using a child theme.
Anyone know how I can have the changes I make in the code below be displayed using my child theme?
The code below is from blue.css stylesheet.
---------------------------
#main .featured-head h3, .list .featured-head h3 {
color: #FFFFFF;
text-shadow: 0 1px 0 #986F01;
}
FeaturedBusinessBanner.png