• Resolved cranney

    (@cranney)


    Hi, I am developing a site for a client using the “Go” theme and really like it. I just selected the “welcome” layout for the site and like it all, but would like to have the first letter of each Menu item capitalized. Is there a setting or custom CSS which would achieve that?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @cranney,

    Thanks for reaching out!

    I was just about to recommend the text-transform: capitalize; CSS code for your menu items but as I can see, you already capitalized first letters on your main navigation using the very same code.

    Let me know if you have any question.

    Kind Regards,
    Milos | GoDaddy

    Thread Starter cranney

    (@cranney)

    Thank you @gdmilos
    I was able to use this code in the additional CSS in the Go theme customization:

    #header__navigation a {
    	text-transform: capitalize;
    }

    This thread can be closed

    Thread Starter cranney

    (@cranney)

    Thank Milos

    I would like to do the same, but also for text on buttons and in the footers. Can you help me with that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu font / caps’ is closed to new replies.