Site logo

Archived topic

Different case settings for main- and sub-menu items

5 replies · Started by NBC on February 4, 2016

Viewing posts 1–6 of 6

I've read through the CSS and the page code far enough to know that I'm never going to find the style for sub-menu items without help. I want to add custom CSS to my child style so I can make main-menu items upper case without affecting sub-menu items.

I've set my menus to upper case, but it makes sub-menu items difficult to read. What style must I add to the child CSS file to exempt sub-menus from capitalization?

Hi there,

Give this a shot:

.main-navigation ul ul li a {
    text-transform: none;
}

Let me know :)

Thank you very much! That did it. I have a couple of longer product names that show up in the menus, and in all caps, they're tough to read. This is perfect.

Just curious about two other things: First, which plug-in do you recommend for use in moving a WP site from a development server to its final home? Second, I saw you mention somewhere on here that you use WooCommerce to handle transactions. I have to nominate their site for most confusing imaginable when it comes to trying to figure out what you actually need (versus what they want to sell you) to conduct business. Theoretically at least, they offer a free version; try to find it. 8-( <smh>

Thanks, Tom! I'll take a look at Duplicator. If it works for you, I'm sure it will work for me!

You're welcome :)

This archived topic is closed to new replies.