Oliver Theobald
asked 10 years ago

How do I change it so that the post titles are not capitalised on the drop down menu?
 
Many thanks!

1 Answers
DominicStaff
answered 10 years ago

Hello Oliver !
To change the post titles not to be capitalized on the drop down menu, you can log in to Dashboard > Appearance > Customize > General Setting, add the following code to the Header Code:

<style>
.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat a {
      text-transform: lowercase;
}
</style>

Hope this helps !    

Powered by DW Question & Answer Pro