How can I increase my password page's font size and add bold text?

Afternoon Community,

World it be possible for some help increasing the size of this font and add bold for “Enter using password”

and that little lock icon for the store.

Cheers for the HELP

https://www.agp.net.au/password

Store password is Burgess

Hi @BenH40 ,

You can add the short code into the /assets/theme.css file:

.header__action-item--password .header__action-item-link span{
    font-size: 16px;
    font-weight: 700;
}

Hope can helpful to you!