Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #153135
    Priska Leutenegger
    Participant

    hi, I would like to change
    – Menu
    – Site Title
    – Site Subtitle

    from capital letters to small letters, could you please provide me with the correct ‘code’ for CSS?
    Thank you very much.

    #153146
    Skandha
    Participant

    @artpriskaleutenegger-ch: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title, .site-description, #primary-menu li a {
           text-transform:lowercase !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #153198
    Priska Leutenegger
    Participant

    hi Skandha
    Thank you… as you can see: http://www.nathaliebregenzer.ch/ now everything is written with small letters. but it should be displayed with capital letter first.
    It seems I also have to change font size now.

    Thank you in advance for your answer.

    #153241
    Skandha
    Participant

    @artpriskaleutenegger-ch: Replace the previous CSS Code I provided you with the following.

    .site-description, #primary-menu li a {
    	text-transform:none;
    	font-size:14px;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #153244
    Priska Leutenegger
    Participant

    perfect! Thank you very much!

    #153247
    Skandha
    Participant

    @artpriskaleutenegger-ch: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/snowflakes/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Titel an Menu to Small Letter’ is closed to new replies.