• Resolved douglasvr7

    (@douglasvr7)


    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?

    https://ibb.co/L09pDdy

    • This topic was modified 7 months ago by douglasvr7.
    • This topic was modified 7 months ago by douglasvr7.
    • This topic was modified 7 months ago by douglasvr7.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @douglasvr7

    You can use the following code for slider post title:

    .np-slide-content-wrap .post-title a {
    text-transform: uppercase;
    }

    Thanks ??

    Thread Starter douglasvr7

    (@douglasvr7)

    Thanks a lot ??

    Thread Starter douglasvr7

    (@douglasvr7)

    One more question, on the home page the problem was resolved, but when i enter the posts the first letters are still capitalized. What CSS code should i use?

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @douglasvr7

    You can use the following code:

    h1.entry-title {
    text-transform: uppercase;
    }

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Capital Letters’ is closed to new replies.