<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Change individual widget appearance (bg and font colors/styles)</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 18 May 2013 20:12:00 +0000</pubDate>

<item>
<title>taylormade on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-22039</link>
<pubDate>Sun, 26 Jun 2011 13:36:44 +0000</pubDate>
<dc:creator>taylormade</dc:creator>
<guid isPermaLink="false">22039@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I followed a tutorial and copied the default.css file then renamed it, newstyle.css and then changed the link in the style.css:&#60;/p&#62;
&#60;p&#62;/* Reset browser defaults */&#60;br /&#62;
@import url('../thematic/library/styles/reset.css');&#60;/p&#62;
&#60;p&#62;/* Apply basic typography styles */&#60;br /&#62;
@import url('../thematic/library/styles/typography.css');&#60;/p&#62;
&#60;p&#62;/* Apply a basic layout */&#60;br /&#62;
@import url('../thematic/library/layouts/2c-r-fixed.css');&#60;/p&#62;
&#60;p&#62;/* Apply basic image styles */&#60;br /&#62;
@import url('../thematic/library/styles/images.css');&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/* Apply default theme styles and colors */&#60;br /&#62;
/* This is a copy of the default.css file */&#60;br /&#62;
@import url('../childthemename/newstyle.css');&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;/* Prepare theme for plugins */&#60;br /&#62;
@import url('../thematic/library/styles/plugins.css');
&#60;/p&#62;</description>
</item>
<item>
<title>crashprojects on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21992</link>
<pubDate>Wed, 22 Jun 2011 17:27:36 +0000</pubDate>
<dc:creator>crashprojects</dc:creator>
<guid isPermaLink="false">21992@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks so much for all of this.  This information cobbled together with some other things I read were really helpful.  Just fyi though, adding the code you suggested to style.css didn't work, it did have to be added to default.  In any event it was your code and it helped me immensely so thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21906</link>
<pubDate>Thu, 16 Jun 2011 21:44:11 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">21906@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Yes that's the one. You should not make changes to default.css. Add all changes after the code that is already there.
&#60;/p&#62;</description>
</item>
<item>
<title>crashprojects on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21899</link>
<pubDate>Thu, 16 Jun 2011 18:52:47 +0000</pubDate>
<dc:creator>crashprojects</dc:creator>
<guid isPermaLink="false">21899@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Right but there is no stylesheet in my folder, is what I'm saying.  There is simply one that is called style.css and it contains no code.  IT looks like this:  Thematic is © Ian Stewart &#60;a href=&#34;http://themeshaper.com/&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/&#60;/a&#62;&#60;br /&#62;
.&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;/* Reset browser defaults */&#60;br /&#62;
@import url('../thematic/library/styles/reset.css');&#60;/p&#62;
&#60;p&#62;/* Apply basic typography styles */&#60;br /&#62;
@import url('../thematic/library/styles/typography.css');&#60;/p&#62;
&#60;p&#62;/* Apply a basic layout */&#60;br /&#62;
@import url('../thematic/library/layouts/3c-fixed.css');&#60;/p&#62;
&#60;p&#62;/* Apply basic image styles */&#60;br /&#62;
@import url('../thematic/library/styles/images.css');&#60;/p&#62;
&#60;p&#62;/* Apply default theme styles and colors */&#60;br /&#62;
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */&#60;br /&#62;
@import url('../thematic/library/styles/default.css');&#60;/p&#62;
&#60;p&#62;/* Prepare theme for plugins */&#60;br /&#62;
@import url('../thematic/library/styles/plugins.css');&#60;/p&#62;
&#60;p&#62;You're saying I should just add code to the above?
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21898</link>
<pubDate>Thu, 16 Jun 2011 17:59:04 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">21898@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;No best to make all changes in the stylesheet in your folder. The one that has nothing in as you say. The reason for changing this is when a new thematic theme is released you do not lose your changes. The child theme overrides what is in default
&#60;/p&#62;</description>
</item>
<item>
<title>crashprojects on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21897</link>
<pubDate>Thu, 16 Jun 2011 17:57:08 +0000</pubDate>
<dc:creator>crashprojects</dc:creator>
<guid isPermaLink="false">21897@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you so much for this.  I really appreciate your help.  &#60;/p&#62;
&#60;p&#62;My style.css file doesn't have any code in it, just links to other style sheets.  I'm going to guess and say that one I have to change/add code to is either &#34;default?&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21896</link>
<pubDate>Thu, 16 Jun 2011 17:17:37 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">21896@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The code goes in your stylesheet that is in your child theme. You have a folder brazilstation in your theme folder... wp-content/themes/brazilstation. At this point of time you have added nothing to the style sheet - the file called style.css.&#60;/p&#62;
&#60;p&#62;You add the code to this file. Using firebug - if you are using firefox; or chrome developer if google chrome etc., you will then be able to see what code to add to change the look. (My guess is if you rely on &#60;a href=&#34;http://www.w3schools.com/css/default.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/default.asp&#60;/a&#62; to help you see what code will change what.)&#60;/p&#62;
&#60;p&#62;Take an example: 'Learn More' change the color of the text to red would be li#text-10 h3.widgettitle {color:red;}&#60;br /&#62;
The text in that section is within a paragraph style so you would change it with:&#60;br /&#62;
li#text-10 p {code here}. And in that section because you are using links you will need to add the letter 'a' after the p - this means you are targetting the link in the paragraph, so li#text-10 p a {text-underline:none;} (for example).&#60;/p&#62;
&#60;p&#62;All the code goes in the style.css in your folder brazilstation.&#60;/p&#62;
&#60;p&#62;Can't do too much damage as you experiment. But you really need to work in Firefox, Chrome or equivalent where you can see what needs to be coded.
&#60;/p&#62;</description>
</item>
<item>
<title>crashprojects on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21895</link>
<pubDate>Thu, 16 Jun 2011 16:52:53 +0000</pubDate>
<dc:creator>crashprojects</dc:creator>
<guid isPermaLink="false">21895@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;What code?  Where does it go?  This is what I mean when I say &#34;I really have no idea what I'm doing.&#34;  &#60;/p&#62;
&#60;p&#62;What do I enter and where do I enter it?
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21881</link>
<pubDate>Thu, 16 Jun 2011 03:31:05 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">21881@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You will need to enter into your child theme stylesheet the necessary code, and to discover the code the easiest way is either with firebug in Firefox or Developer Tools in Chrome. For example your 'Upcoming Classes' li has an id of my_calendar_upcoming_widget-3 and a class of widget_my_calendar_upcoming _widget. On each widget you can target the specific ul/li for that.
&#60;/p&#62;</description>
</item>
<item>
<title>crashprojects on "Change individual widget appearance (bg and font colors/styles)"</title>
<link>http://themeshaper.com/forums/topic/change-individual-widget-appearance-bg-and-font-colorsstyles#post-21872</link>
<pubDate>Wed, 15 Jun 2011 20:43:03 +0000</pubDate>
<dc:creator>crashprojects</dc:creator>
<guid isPermaLink="false">21872@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Just as the title says.  I desperately need to change the appearance of each individual widget on stage.brazilstation.com.  You'll see the sidebars replete with widgets and I need to change each one.  &#60;/p&#62;
&#60;p&#62;I've searched to no end and have gotten some answers but no helpful ones.  If anyone can help me with this I'll be eternally grateful.  I really have no idea what I'm doing.  Thanks for reading.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
