Forums

[resolved] Switching "Home" link to say "HOME" (8 posts)

  1. brandi1211
    Member
    Posted 2 years ago #

    I'm trying to switch over the link in my menu bar from "Home" to "HOME" with all caps. I have searched and searched and search and can't find the answer to this question. I was able to switch the About page over to "ABOUT" in all caps (by going to "page" under the editor) but it doesn't have the option for the Home button. Any help would be greatly appreciated! ;)

    Thanks,
    Brandi

  2. brandi1211
    Member
    Posted 2 years ago #

    oh and the URL is:

    brandisutherlin.com/blog

  3. brandi1211
    Member
    Posted 2 years ago #

    moving this up...

  4. Edward Caissie
    Member
    Posted 2 years ago #

    It looks like your "Home" page link is possibly "hard-coded" into your header.php file of the theme you are using.

    IF you want to modify the file yourself, it may be as easy as searching for the text string of "Home" and replacing it with "HOME" (of course without the quotation marks) in the header.php file of your active theme.

    I do not recognize the theme you are using off-hand or I would be able to make a more specific suggestion.

  5. TransPersonal
    Member
    Posted 2 years ago #

    Try what cais said. I looked at your style sheet and it doesn't seem to have the text-transform property so the capital letters are probably from header.php. Also you may want to seriously consider decreasing the number of posts to show on the home page. It took me ages to load your site!

  6. brandi1211
    Member
    Posted 2 years ago #

    I couldn't find Home in the header.php file at all. The theme I am using is: WP Health 1 1.0 by WP-Spider. Any other suggestions?

  7. Mark / t31os
    Moderator
    Posted 2 years ago #

    http://www.w3schools.com/Css/pr_text_text-transform.asp

    More specifically just update the .menu class in your stylesheet.

    .menu {
      text-transform:uppercase;
    }

    Hope that helps..

  8. brandi1211
    Member
    Posted 2 years ago #

    Worked! Thanks t31os_!!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags