• Resolved zwli00

    (@zwli00)


    Hi. I’d like to make the title of each page larger and change it from black to the blue in the site logo. Thanks in advance for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zwli00

    (@zwli00)

    Here’s the link for reference:
    https://e0e.a24.myftpupload.com

    Something like this should work:

    .page .entry-title {
     font-size: 3rem;
     color: #598ab5;
    }

    You can adjust the size and colour as you like. I used a colour-picker browser extension to pick out the blue in the logo.

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

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Thread Starter zwli00

    (@zwli00)

    Thank you, Kathryn! That works nicely.

    Great, glad that did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Main page title – font size and color change’ is closed to new replies.