Tagged: font color, fonts, menu, widget
- This topic has 6 replies, 2 voices, and was last updated 11 years, 7 months ago by chukarnold.
-
AuthorPosts
-
April 16, 2013 at 8:30 pm #7136chukarnoldParticipant
I’m using the right hand column for a widget custom menu. When creating the menu I type the text in Upper and lower case lettters but on the page it is rendered as all Upper Case. This looks kind of odd since the Page title is In both upper and lower case. ie Home vs HOME. My menu title is:
Links to More Information on Our Ancestors, but it looks like this:
LINKS TO MORE INFORMATION ON OUR ANCESTORS.
Is there some custom css that will change this to upper and lower case?The url is arnoldgenealogy.com
April 17, 2013 at 12:18 pm #7172SakinKeymaster@chukarnold: Just add the following CSS in “Custom CSS” ox in Theme Options panel.
#sidebar h3 { text-transform: none; }
April 17, 2013 at 5:45 pm #7200chukarnoldParticipantThanks, Sakin. Got the desired results. How do Change the font size and color in the sidebar?
April 17, 2013 at 6:00 pm #7201SakinKeymaster@chukarnold: I see that you have already change the color of links in the sidebar. Now what you want to do it. I am not so clear about your question.
April 17, 2013 at 6:21 pm #7205chukarnoldParticipantI’m thinking that I may want to experiment with various color combinations as I work on building this site. So my question is how to change font size and/or color on h3 (Links to More Information on Our Ancestors).
By the way I changed the link text color in theme options “content color options” and now I see an option there for the sidebar widget heading color –so I answered , at least partially, my own question. But how about the font size of the widget heading?
April 17, 2013 at 7:20 pm #7208SakinKeymaster@chukarnold: For changing the color and font size of the sidebar h3, use the following css.
#sidebar h3 { color: #666666; font-size: 16px; line-height: 1.5; }
April 17, 2013 at 9:28 pm #7213chukarnoldParticipantBingo!!! Thanks again
-
AuthorPosts
- The topic ‘Widget Column title text’ is closed to new replies.