Mike Smith
asked 10 years ago

How do I change it so that the lower case and upper case of post titles are shown as the same under the drop down menu on the homepage?
For example, if I save a post as: “Design Wall Focus is an Excellent Theme”, it then automatically changes to: “Design Wall Focus Is An Excellent Theme”
 

Mike Smith
replied 10 years ago

Sorry, should mention that this for the Focus theme

1 Answers
DominicStaff
answered 10 years ago

Hello Mike !
To change the lower case and upper case of post titles under the drop down menu on the homepage of DW Focus, you can do as the following:
1. install the Jetpack by WordPress.com plugin > Move through  Dashboard > Jetpack > Settings
>  Enable the  Custom CSS feature.
2. Add the following code to the Editor Css (Dashboard > Appearance)

.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat a {
    text-transform: ......;
}

Hope this helps !

Powered by DW Question & Answer Pro