Capital Letters
-
I managed to solve the capitalization problem using CSS codes:
#site-navigation ul li a {
text-transform: none;
.np-post-title, .np-post-title a {
text-transform: none !important;
}However, there is no change in the posts in the slider categories. What CSS code do I need to enter to change to uppercase letters?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Capital Letters’ is closed to new replies.