Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)