Home › Forums › Support › How to displa button text bold on hover? This topic has 3 replies, 3 voices, and was last updated 7 months, 2 weeks ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 19, 2022 at 1:57 am #2317278 Sascha Hi, please, allow me to handle this request here, since I use both GPP & GBP and would like to keep all my support tickets here. I’d like to create a button with a text “Press me” with a bigger font-weight on hover. How can I achieve this? Thank you in advance and kind regards, Sascha August 19, 2022 at 2:43 am #2317321 DavidStaff Customer Support Hi there, 1. Add this CSS to your site: .bold-on-hover:hover { font-weight: 900; } 2. select the Button in the editor, and in Advanced > Additional CSS Class(es) add: bold-on-hover Note this will scale the size of the button, so you may find its not the prettiest of effects. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 20, 2022 at 9:51 am #2318509 Sascha Thanks, David! Any chance to apply this effect via Global Styles? August 20, 2022 at 1:03 pm #2318607 YingStaff Customer Support Do you mean GB’s global style? Hum.. I don’t think so as the typography in GB doesn’t have the hover state. You still need to use David’s method. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In