Skip to content

Setting the Georgia State themed button font weight to 400?

You can create and save a new Georgia State Themed button under My Elements, but you'll need some custom CSS to change the existing button font-weight across your site.

Below is the CSS that you'll need to add to your Flex2 site in the site-wide CSS code block in CSS & JS Toolbox:

.ult_main_cl a, .ubtn, a {
font-weight: 400 !important;
}

Keywords: georgia state button, button font weight, css customization, flex2 site, css & js toolbox, wordpress css, site-wide css, button styling, custom css, gsu wordpress, font weight 400, themed button, my elements



Feedback and Knowledge Base