My name is Brian. I work in health care, and I know nothing about blogs or CSS. I created a .com WordPress blog last weekend here: http://briandailyabroad.wordpress.com/
My theme is twenty ten. I paid $30 for a WordPress upgrade to be able to make changes to the CSS code. In the menu, I would like to make all the tabs white with black text. And I would like the tab for the selected page to be sky blue with black text, so the viewer can tell which tab is selected. I have looked at two related threads for guidance:
1) http://en.forums.wordpress.com/topic/custom-menu-tab-colors-in-twenty-ten?replies=15
2) http://wordpress.org/support/topic/twenty-ten-colour-tabs?replies=6
However, after 3 hours of trial and error, I can't figure out how to type the CSS code to make it work for me. Which doesn't surprise me, because I programming is completely new to me. P
My Requests:
1) Please type out exactly what the code needs to look like. I plan on copying and pasting your code into my dashboard, then clicking preview, then keeping it if it works.
2) Where can I find a CSS "dictionary" that explains the symbols and words to me in terms understandable by someone with zero background in programming?
Thank you very much for your help and for your patience.
- Brian
My code:
#access ul li.current_page_item > a,
#access ul li.current_page_parent > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_parent a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #fff;
}
* note:
The blog I need help with is briandailyabroad.wordpress.com.