• Resolved camtheman1

    (@camtheman1)


    Im working on a website [ redundant link removed ] and have run into an issue. I am trying to make the title header in the top right that says “Sick Sweaters” larger but have unable to find a code that works.

    I was having the same issue for the Menu, but used this is addition css section:

    .menu-item a {
    font-size: 35px!important;
    }

    This worked great for the menu size but I don’t know how to change the title size!
    Any help appreciated

    • This topic was modified 7 years, 4 months ago by Jan Dembowski.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Try using the following :

    #header h1 a, #header h1 a:hover {
    color: #fff !important;
    font-size: 50px;
    }

    Note: change 50px to your liking.

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    Thread Starter camtheman1

    (@camtheman1)

    worked perfectly, thanks so much!

    Moderator t-p

    (@t-p)

    You are welcome 🙂

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to Fixing WordPress, this is not an Everything else WordPress topic.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Make Site Title Larger’ is closed to new replies.