Change page title size

Hi!

I am trying to change the (Gianormous) font size of the page title. I found this code in the forums

.entry-title a {
font-size:20px;
}

But it doesn’t seem to work (I can get other custom css to work ). In have looked everywhere but am lost :frowning:

If you want to log in to my account I sent the credentials in a secure post a few minutes ago.

Thank you!

James

Hi @Williamson654321,

Thanks for writing in.

Not sure which page title that you want to change. Would you mind sharing us the URL of the page and a Screen shot of the page title that you want to change.

You could try this code below:

.entry-title{
font-size:10px;
} 

Let us know how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.