• Resolved DiWa1982

    (@diwa1982)


    Hello,

    I want to display the titles of the navigation bar in Caps. This one almost helps me out but not completely:

    earlier support

    If I create a site with a title like “Über mich” the website shows only “über mich” or (with the above linked change of the css) “Über Mich”.
    Is there a way. that the Navigation-Bar shows exactly, what I wrote as title while creating the site?

    Thanks in advance

    Dirk

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s probably coded to lowercase in the CSS — which would change anything you enter to lowercase. If you post a link to your site, someone can look at the CSS and advise you what to change.

    Thread Starter DiWa1982

    (@diwa1982)

    Hi WPyogi,

    thanks for your quick response. The link to my website is here:

    Dirk

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Using WPyogi’s suggestion, I would disable any CSS text transformations are causing this. Add this to your Custom CSS section or Child Theme’s stylesheet;

    #pp_tabs a {
     text-transform: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Caps in the Navigation-Bar’ is closed to new replies.