Site URL: https://www.silverbirchwm.ca/
Hi there, I have a button on the top right of our homepage that reads: ACCESS YOUR ACCOUNTS.
Can you please tell me how I can make the button font Bold, please? This is the custom code I have now:
div.Header-nav-inner a.Header-nav-item:last-child{
color: #fff !important;
padding:10px 20px !important;
border: 1px solid #FF0000 !important;
background-color: #FF0000 !important;
border-radius:16px !important;
}
div.Header-nav-inner a.Header-nav-item:last-child:hover{
color: #FF0000 !important;
background-color:#fff !important;
}