How should I increase the font size of a page title, i.e. “HOME” on a transparent page?
- I tried the following proposed code from another post, but it had no effect:
h1.entry-title {
font-size: 400%;
}
}
I also tried this recommended code:
.entry-title{
font-size:10px;
}
- Is there also way to give this same Page Title a small black or white background (like a button might have) to improve contrast between the background and the Page Title?

The webpage is EncantoVacationsLLC.com

