Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7136
    chukarnold
    Participant

    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

    #7172
    Sakin
    Keymaster

    @chukarnold: Just add the following CSS in “Custom CSS” ox in Theme Options panel.
    #sidebar h3 { text-transform: none; }

    #7200
    chukarnold
    Participant

    Thanks, Sakin. Got the desired results. How do Change the font size and color in the sidebar?

    #7201
    Sakin
    Keymaster

    @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.

    #7205
    chukarnold
    Participant

    I’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?

    #7208
    Sakin
    Keymaster

    @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; }

    #7213
    chukarnold
    Participant

    Bingo!!! Thanks again

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Widget Column title text’ is closed to new replies.