• Sorry if this has been answered before, I did try to search first. I’m trying to figure out how to not have my menu links at the right of my page in all lower case. I thought this would be easy enough to fix — just find the “text-transform: lowercase” command in the existing CSS and take it out. But I don’t see any text-transform: lowercase in the existing style sheet.

    Separately, since I upgraded to 1.2.1 from an earlier version, I can no longer manually add html break tags at the end of some of my links and have line breaks actually display, like they did before. Now if I do that, it just displays the code for the break tag and not an actual break.

    Thanks for any suggestions!

Viewing 2 replies - 1 through 2 (of 2 total)
  • https://gartenberg.com/planblog/wp-layout.css :

    #menu ul {
    color: #ccc;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding-left: 3px;
    text-transform: lowercase;
    <– Thar she blows!
    }

    Thread Starter borntorun

    (@borntorun)

    Thanks. And I do feel foolish! I was looking at the wp-layout.css file on my LOCAL drive, which I thought was the same as the one on my Web server … but actually it’s different since I upgraded and didn’t move the new version over to my local drive. Oops.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing text case, adding breaks for menu items’ is closed to new replies.