• First off, thanks for a great theme.

    I have two problems:

    1. whatever I try I cannot get the “entry title” header to lower case. I managed to lower the case in the footer section (.post-title) by adding the following CSS commands, but the entry titles are unaffected.

    .entry-title {
    text-transform: none;
    }

    .post-title {
    text-transform: none;
    }

    Here is a screenshot of what I’m referring to: https://1drv.ms/i/s!AtoQyp3vGc5fgY8cVu9vy8yZ9SiMzQ

    The text “Ab In Den Urlaub” should read: “Ab in den Urlaub”

    2. Above each article there is a little ” sign. It’s clickable, but it leads to a page URL: https://monokuro.eu/.%20get_the_permalink()%20.

    That shows:

    Not Found

    The requested URL /. get_the_permalink() . was not found on this server.

    I hope you can help with both issues.

    Thanks,

    Jan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author eVision Themes

    (@evisiontheme)

    Thanks for using our theme and queries.

    Please do update this code for lowercase:
    .page-inner-title .entry-header .entry-title {
    text-transform: lowercase;
    }

    For second issues, we’ll verify on our server and get back to you.

    Hope, you’ll understand!

    Thread Starter monokuro

    (@monokuro)

    Many thanks for your quick response. Much appreciated.

    I used your suggestion as a guide because they didn’t work out of the gate. Through some research in the code I figured these commands to work for all headers in the theme:

    .entry-title a {
    text-transform: none;
    }

    .entry-header a {
    text-transform: none;
    }

    .post-title a {
    text-transform: none;
    }

    .page-inner-title a {
    text-transform: none;
    }

    .page-inner-title .entry-header .entry-title {
    text-transform: none;
    }

    .wrap-breadcrumb li {
    text-transform: none;
    }

    Looking forward to hearing from you on the second issue.

    Thanks,

    Jan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘no capitalization of title headers’ is closed to new replies.